xiangpei
2024-09-04 aa0660420a79b8f1e07992eab5df664d571a47b5
src/views/screen/components/screen-map-three/experience/world/enviroment.js
@@ -13,9 +13,9 @@
    this.textureLoader = new THREE.TextureLoader();
    this.setSunLight();
    this.setRotateHola();
    this.setBackground();
    this.setCirclePoint();
    // this.setRotateHola();
    // this.setBackground();
    // this.setCirclePoint();
    // this.debuger();
  }
@@ -174,4 +174,4 @@
    folder3.add(this.ambientLight, 'intensity').min(0).max(1).step(0.1).name("强度");
  }
}
}