@@ -84,6 +84,7 @@ THREE.CatmullRomCurve3 = ( function() {
function ( p /* array of Vector3 */ ) {
this.points = p || [];
+ this.closed = false;
},