|
|
@@ -1,9 +1,9 @@
|
|
|
import * as THREE from 'three';
|
|
|
import { useAppStore } from '/@/store/modules/app';
|
|
|
|
|
|
-import * as dat from 'dat.gui';
|
|
|
-const gui = new dat.GUI();
|
|
|
-gui.domElement.style = 'position:absolute;top:100px;left:10px;z-index:99999999999999';
|
|
|
+// import * as dat from 'dat.gui';
|
|
|
+// const gui = new dat.GUI();
|
|
|
+// gui.domElement.style = 'position:absolute;top:100px;left:10px;z-index:99999999999999';
|
|
|
|
|
|
// 羊马河
|
|
|
class FireDoorYmh {
|