ZhangXianQiang
2024-04-02 27ff7f3cbd6b66f32f7b738fd4aff3f8d6320584
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();