I\'m trying to link points with a spline using Three.js for a visualization I\'m trying to make.
As far as I can tell, I add points to an array, pass that to THREE.S
The parameter of getPoint must be in range [0..1]:
getPoint
// Virtual base class method to overwrite and implement in subclasses // - t [0 .. 1] THREE.Curve.prototype.getPoint = function ( t ) { ...