Trying to rotate each Point around the Position of the previous Point.
Trying to rotate each Point around the Position of the previous Point.
What’s your desired end result?
- Each point is rotated by a constant angle around the point prior, and this adds up along the chain? That produces a segment of a circle:
- Each point is rotated by an angle that increases with index around the point prior, and this adds up along the chain? That produces a spiral:
- Each point is rotated around the original position of the point prior, and this doesn’t add up along the chain? That produces a line:
(Correct the first point’s position as you wish.)
All three methods shown are here:
Point Rotation - Geometry Nodes - 4.3 - 2024-10-04.blend (991.9 KB)
And if it’s not any of these, how would you further describe what you’re looking for?
3 Likes
That’s awesome thanks. I still don’t really get when to use Accumulate Field.