@@ -277,7 +277,7 @@
var holePath = new THREE.Path()
.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 );
@@ -24,8 +24,6 @@
import Stats from './jsm/libs/stats.module.js';
- import { GeometryUtils } from './jsm/utils/GeometryUtils.js';
-
THREE.Cache.enabled = true;
var container, stats, permalink, hex;