|
@@ -1,6 +1,5 @@
|
|
|
console.warn( "THREE.NURBSCurve: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
|
|
|
/**
|
|
|
- * @author renej
|
|
|
* NURBS curve object
|
|
|
*
|
|
|
* Derives from Curve, overriding getPoint and getTangent.
|
|
@@ -9,11 +8,6 @@ console.warn( "THREE.NURBSCurve: As part of the transition to ES6 Modules, the f
|
|
|
*
|
|
|
**/
|
|
|
|
|
|
-
|
|
|
-/**************************************************************
|
|
|
- * NURBS curve
|
|
|
- **************************************************************/
|
|
|
-
|
|
|
THREE.NURBSCurve = function ( degree, knots /* array of reals */, controlPoints /* array of Vector(2|3|4) */, startKnot /* index in knots */, endKnot /* index in knots */ ) {
|
|
|
|
|
|
THREE.Curve.call( this );
|