Mr.doob hace 9 años
padre
commit
74179111cc
Se han modificado 1 ficheros con 1 adiciones y 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 ) {