Mr.doob %!s(int64=9) %!d(string=hai) anos
pai
achega
74179111cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_geometry_colors_lookuptable.html

+ 1 - 1
examples/webgl_geometry_colors_lookuptable.html

@@ -205,7 +205,7 @@
 
 					geometry.computeBoundingBox();
 					var boundingBox = geometry.boundingBox;
-					var center = boundingBox.center();
+					var center = boundingBox.getCenter();
 
 					if ( position === undefined ) {