I recently bought a bunch of 3D trees, where one mesh (the trunk) is shown to have a gradual change in color (in the viewport), from white at the top to black at the bottom.
I would like to apply two different materials to each color (black and white) to make a smooth transition between them.
I was told that ‘vertex shader’ is the way to go. How is this possible to achieve in Rhino v6?
Hi,
if you already have vertex colors in the proxy, you can use UVW texture to assign colors you want at render time.
If you don’t use gradient, or falloff (depending on the desired outcome) textures.
Inside Vray, good!
Basically i would to assign a custom made materiall to ‘black’ and another custom material to ‘white’. How do I assign my material ‘A’ and ‘B’ to the corresponding black and white?
The goal is to get a darker shade of bark on my tree towards the bottom, and lighter towards the top.