|
@@ -221,7 +221,7 @@ ClosedSplineCurve3.prototype = Object.create( CatmullRomCurve3.prototype );
|
|
|
|
|
|
export function SplineCurve3( points ) {
|
|
export function SplineCurve3( points ) {
|
|
|
|
|
|
- console.warn( 'THREE.ClosedSplineCurve3 has been deprecated. Use THREE.CatmullRomCurve3 instead.' );
|
|
|
|
|
|
+ console.warn( 'THREE.SplineCurve3 has been deprecated. Use THREE.CatmullRomCurve3 instead.' );
|
|
|
|
|
|
CatmullRomCurve3.call( this, points );
|
|
CatmullRomCurve3.call( this, points );
|
|
this.type = 'catmullrom';
|
|
this.type = 'catmullrom';
|