2
0
WestLangley 12 жил өмнө
parent
commit
4667cc6f18

+ 1 - 5
src/extras/geometries/ConvexGeometry.js

@@ -129,11 +129,7 @@ THREE.ConvexGeometry = function( vertices ) {
 		ab.sub( va, vb );
 		cb.crossSelf( ab );
 
-		if ( !cb.isZero() ) {
-
-			cb.normalize(); 
-
-		}
+		cb.normalize();
 
 		return cb;