Browse Source

Add to examples page

Felix Palmer 9 năm trước cách đây
mục cha
commit
fc03f16ded
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      examples/index.html
  2. 1 1
      examples/js/libs/earcut.js

+ 1 - 0
examples/index.html

@@ -226,6 +226,7 @@
 				"webgl_geometry_terrain_raycast",
 				"webgl_geometry_text",
 				"webgl_geometry_text2",
+				"webgl_geometry_text_earcut",
 				"webgl_gpgpu_birds",
 				"webgl_gpu_particle_system",
 				"webgl_hdr",

+ 1 - 1
examples/js/libs/earcut.js

@@ -18,7 +18,7 @@
  */
 'use strict';
 
-module.exports = earcut;
+//module.exports = earcut;
 
 function earcut(data, holeIndices, dim) {