Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update links to REN26

PxrVary

The PxrVary pattern allows for random variation.  Let's try varying the color of the teacups based on the Particle ID.

...

This causes a primvar called particleId to be available on the instances.

 


Next, wire a PxrVary pattern into the color of the material used for each of the cup and the saucer. 


 


Set up the PxrVary to use the particleId as its seed for randomization.  

...