Closed jay19240 closed 7 months ago
Is there a good way for getting consistent default normals for lines in 3D with curve-interpolator ?
You can use the method below to calculate adjusted normals (along with tangents and binormals)
https://kjerandp.github.io/curve-interpolator/classes/CurveInterpolator.html#getFrenetFrames
Is there a good way for getting consistent default normals for lines in 3D with curve-interpolator ?