浏览代码

Update webgl_geometry_text_earcut.html

Fix for geometry text earcut example
jfranc 9 年之前
父节点
当前提交
6520c87976
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_geometry_text_earcut.html

+ 1 - 1
examples/webgl_geometry_text_earcut.html

@@ -54,7 +54,7 @@
 			    }
 			    }
 			}
 			}
 
 
-			THREE.Shape.Utils.triangulateShape = function ( contour, holes ) {
+			THREE.ShapeUtils.triangulateShape = function ( contour, holes ) {
 			    var vertices = [];
 			    var vertices = [];
 
 
 			    addContour( vertices, contour );
 			    addContour( vertices, contour );