How do you make unique rocks so the noise doesn't repeat?
184 3 0-
- mixtureFeelings
- Member
- 1 posts
- Joined: Aug. 2026
- Offline
-
- olivierth
- Member
- 1231 posts
- Joined: April 2017
- Offline
If your noise is driven by the position, you could simply offset the geometry a different amount on X at every loop. Could be driven by the iteration.
To get the iteration value, make sure you have a Block Begin node set to Fetch Metadata.
...From there, I only know the wrangle method so, not sure how to get the iteration attribute inside the Point Vop. I think your need a bind node inside the point vop.
To get the iteration value, make sure you have a Block Begin node set to Fetch Metadata.
...From there, I only know the wrangle method so, not sure how to get the iteration attribute inside the Point Vop. I think your need a bind node inside the point vop.
Edited by olivierth - Aug. 17, 2026 14:54:19
-Olivier
-
- tamte
- Member
- 9723 posts
- Joined: July 2007
- Offline
-
- Konstantin Magnus
- Member
- 737 posts
- Joined: Sept. 2013
- Online
You can offset noise patterns on the same position with a VEXpression inside an attribute noise node so each copy takes on a different shape.
offset.x += float(i@copynum);
https://procegen.konstantinmagnus.de/ [procegen.konstantinmagnus.de]
-
- Quick Links


