Hi,
Just trying to use a V-Ray User Integer node to read an integer attribute as a seed in a UV_randomizer, but it doesn’t work.
I tried all the different class of attribute but nothing work.
Is this the correct way to proceed?
Thanks
Hi,
Just trying to use a V-Ray User Integer node to read an integer attribute as a seed in a UV_randomizer, but it doesn’t work.
I tried all the different class of attribute but nothing work.
Is this the correct way to proceed?
Thanks
You have the same seed value for all primitives, try this code with the wrangler:
i@seed=int(rand(@ptnum)*@numprim);