|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
THREE.ClosedSplineCurve3 = function ( points ) {
|
|
THREE.ClosedSplineCurve3 = function ( points ) {
|
|
|
|
|
|
- console.warn( 'THREE.ClosedSplineCurve3 has been depreciated. Please use THREE.CatmullRomCurve3.' );
|
|
|
|
|
|
+ console.warn( 'THREE.ClosedSplineCurve3 has been deprecated. Please use THREE.CatmullRomCurve3.' );
|
|
THREE.CatmullRomCurve3.call( this, points );
|
|
THREE.CatmullRomCurve3.call( this, points );
|
|
this.type = 'catmullrom';
|
|
this.type = 'catmullrom';
|
|
this.closed = true;
|
|
this.closed = true;
|