Explorar o código

Update webgl_geometry_text_earcut.html

Fix for geometry text earcut example
jfranc %!s(int64=9) %!d(string=hai) anos
pai
achega
6520c87976
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = [];
 
 			    addContour( vertices, contour );