Explorar o código

Update ParametricGeometries.js

Remove obsolete constructor parameter.
Michael Herzog %!s(int64=7) %!d(string=hai) anos
pai
achega
c5680b2241
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/ParametricGeometries.js

+ 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 );
 
 };