syntheticperson Posted March 2, 2018 Share Posted March 2, 2018 I'm trying to create a layered shader from two classic shaders. However, I noticed that the layered shader loses the point color and alpha information. Please refer to simplified example. The polygon sphere has varied point colors and Alpha. If you apply classicshader_A or classicshader_C, your see left side of the sphere is red, the right side is green, and the bottom is transparent. Which the material is inheriting from the point color and Alpha attributes. However, if you apply the layermix node, which combines the above classic shaders, you'll see the sphere changes to a solid pink, with solid alpha. How can I use the layer mix, while preserving point color and Alpha? What am I missing? thanks layeredShader.v01.hipnc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.