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