Browse Source

Clean up.

Mr.doob 9 năm trước cách đây
mục cha
commit
74179111cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ) {