2
0
Эх сурвалжийг харах

Update ParametricGeometries.js

Remove obsolete constructor parameter.
Michael Herzog 7 жил өмнө
parent
commit
c5680b2241

+ 1 - 1
examples/js/ParametricGeometries.js

@@ -241,7 +241,7 @@ THREE.ParametricGeometries.SphereGeometry = function ( size, u, v ) {
 
 
 	}
 	}
 
 
-	THREE.ParametricGeometry.call( this, sphere, u, v, ! true );
+	THREE.ParametricGeometry.call( this, sphere, u, v );
 
 
 };
 };