Mugen87 пре 5 година
родитељ
комит
51df58dc84
2 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 1
      examples/webgl_geometry_shapes.html
  2. 0 2
      examples/webgl_geometry_text.html

+ 1 - 1
examples/webgl_geometry_shapes.html

@@ -277,7 +277,7 @@
 
 
 				var holePath = new THREE.Path()
 				var holePath = new THREE.Path()
 					.moveTo( 20, 10 )
 					.moveTo( 20, 10 )
-					.absarc( 10, 10, 10, 0, Math.PI * 2, true )
+					.absarc( 10, 10, 10, 0, Math.PI * 2, true );
 
 
 				arcShape.holes.push( holePath );
 				arcShape.holes.push( holePath );
 
 

+ 0 - 2
examples/webgl_geometry_text.html

@@ -24,8 +24,6 @@
 
 
 			import Stats from './jsm/libs/stats.module.js';
 			import Stats from './jsm/libs/stats.module.js';
 
 
-			import { GeometryUtils } from './jsm/utils/GeometryUtils.js';
-
 			THREE.Cache.enabled = true;
 			THREE.Cache.enabled = true;
 
 
 			var container, stats, permalink, hex;
 			var container, stats, permalink, hex;