0

I made a Geometry Node, which transforms a given Curve into a street. While the curve has the same value vor Z, it looks fine (Picture 1). When I start playing with the Z values tho, the road starts rotating inward. How can I keep it from doing that? Basically, I want the Normals local X Value 0.

If possible, I want to solve that in Geo Nodes.

Thanks in advance :D

While Flat While Changed Z Value

1 Answers1

4

Set Twist method to Z-Up in curve properties:

enter image description here

And you can use set curve normal in geometry nodes:

enter image description here

Crantisz
  • 35,244
  • 2
  • 37
  • 89