Skip to main content
4 of 6
added 685 characters in body

How about to use Translate Instances node? I added the node after a Instance on Points node, and connected a Random Value node to Translation of the Translate Instance node.

For more details, please see following figure. Example of Translate Instances node

Update

I found the other method that is to add Set Position node before Instance on Points node, and a Random Value node connects to Offset of the Set Position node.

A method of using Set Position node

I think this method is suited for many manipulations. For example, the method is easy to change point's Z-axis value according to input mesh's positions with sine function.

Other manipulation ( Inspired by Youtube Video 1 and Youtube Video 2 )