Browse Source

Clean up.

Mr.doob 8 years ago
parent
commit
74179111cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_geometry_colors_lookuptable.html

+ 1 - 1
examples/webgl_geometry_colors_lookuptable.html

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