Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@kjerandp kjerandp released this 18 Sep 12:41
· 2 commits to master since this release
  • Added function getFrenetFrames to CurveInterpolator. This function calculates the tangents, normals and binormals for given a number of segments for a 3d curve. The implementation is an adapted copy from the implementation of the same thing found in the curve class in THREE.js and I included it in this library because its so useful. Creds to the devs @ THREE.js (https://github.com/mrdoob/three.js).
  • Some internal housekeeping