|
@@ -1,5 +1,6 @@
|
|
|
-import * as Three from "three";
|
|
|
-import { OctahedronGeometry } from "three";
|
|
|
+// import * as Three from "three";
|
|
|
+import Three from "three";
|
|
|
+// import { OctahedronGeometry } from "three";
|
|
|
import path from "path";
|
|
|
import { OrbitControls } from "three-orbitcontrols-ts";
|
|
|
|