src/views/screen/components/screen-map-three/experience/index.js
@@ -1,4 +1,4 @@ import { Scene,GridHelper } from 'three'; import { Scene, GridHelper,AxesHelper } from 'three'; import World from "./world/world"; @@ -25,6 +25,8 @@ const gridHelper = new GridHelper(size, divisions); this.scene.add(gridHelper); // 帧 this.time.on('tick', () => { this.update();