ZhangXianQiang
2024-04-11 6817c96db53ac16f5d5eca72b73230d898f32126
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();