From f828b1576669f6b4a301e8dec18b81ebbb5e5204 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 08 一月 2025 10:16:09 +0800 Subject: [PATCH] 报备时间选不上、和一些回显问题 --- src/views/screen/components/screen-map-three/experience/world/enviroment.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/screen/components/screen-map-three/experience/world/enviroment.js b/src/views/screen/components/screen-map-three/experience/world/enviroment.js index 833dc82..b828455 100644 --- a/src/views/screen/components/screen-map-three/experience/world/enviroment.js +++ b/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.setRotateHola(); this.setBackground(); - this.setCirclePoint(); + // this.setCirclePoint(); // this.debuger(); } @@ -174,4 +174,4 @@ folder3.add(this.ambientLight, 'intensity').min(0).max(1).step(0.1).name("寮哄害"); } -} \ No newline at end of file +} -- Gitblit v1.8.0