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