ZhangXianQiang
2024-04-16 549240a042edad52f9642721e7b1f51b90ddaf34
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();