ZhangXianQiang
2024-04-18 e96c5023821c43c26993086de3a12eaf65a9d6d1
src/views/screen/components/screen-map-three/experience/index.js
@@ -12,15 +12,15 @@
export default class Experience {
  constructor(canvas) {
    this.canvas = canvas;
    this.sizes = new Sizes();
    this.sizes = new Sizes(this.canvas);
    this.time = new Time();
    this.scene = new Scene();
    this.camera = new Camera(this);
    this.renderer = new Renderer(this);
    this.world = new World(this);
    // const size = 200;
    // const divisions = 200;
    // const size = 100;
    // const divisions = 100;
    // const gridHelper = new GridHelper(size, divisions);
    // this.scene.add(gridHelper);