tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

PairPointsForSpline: Fix points orientation #397

Closed newemka closed 8 months ago

newemka commented 8 months ago

The issue is noticeable when used with [ExtrudeCurves] : normals are flipped and the last point is also flipped. image

After the fix : it's working in this specific case but the last point orientation remains if we use other sources of points like [SpherePoints] or [RadialPoints] image