8

How can I rotate each point so that each follows the tangent of the curve using geometry nodes?

Right now, every point’s rotation is the same.

enter image description here

waylonion
  • 429
  • 1
  • 3
  • 9

1 Answers1

5

In Blender 3.0 and 3.1 you can use curve to point node to rotate instances along curve. Also you should try to capture attribute from curve to make additional changes in instances along curve.

enter image description here

I give a bit more complex answer here: Geonodes: Apply point index to group node input I hope it is ok that i copypaste a part of my own answer.

3Dhedgehog
  • 1,377
  • 5
  • 16