Explorar o código

removed unused argument

useCachedAreas doesn't seem to be used anywhere.
Andrei Kashcha %!s(int64=11) %!d(string=hai) anos
pai
achega
7b2312442b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/js/utils/GeometryUtils.js

+ 2 - 2
examples/js/utils/GeometryUtils.js

@@ -72,7 +72,7 @@ THREE.GeometryUtils = {
 	// Get random point in face (triangle)
 	// (uniform distribution)
 
-	randomPointInFace: function ( face, geometry, useCachedAreas ) {
+	randomPointInFace: function ( face, geometry ) {
 
 		var vA, vB, vC;
 
@@ -297,4 +297,4 @@ THREE.GeometryUtils = {
 
 	}
 
-};
+};