Arnold shader

Arnold shader

kokoerico
Explorer Explorer
532 Views
2 Replies
Message 1 of 3

Arnold shader

kokoerico
Explorer
Explorer

Hello all, I require assistance with creating a shader in Arnold.

Essentially, my goal is to implement a gradient across a cloner, while also ensuring that certain objects within the cloner have different colors. Please refer to the attached image. Is this possible using just 1 shader?

I would greatly appreciate any support you can provide. Thank you.

0 Likes
Accepted solutions (1)
533 Views
2 Replies
Replies (2)
Message 2 of 3

peter_horvath
Autodesk
Autodesk
Accepted solution

If you can achieve this with Effectors, you can read the color of the clones via the user_data_rgb shader (Attribute: display_color).

You can also read the index of the clones via a user_data_int shader (Attribute: index), which you can map to the [0;1] range and drive a ramp shader or a custom osl shader.


// Peter Horvath
// C4DtoA developer
0 Likes
Message 3 of 3

kokoerico
Explorer
Explorer

Thank you. very helpful

0 Likes