From 287923d67a91c3394d398cf2ac163dbc4837fb9e Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 31 七月 2024 18:17:19 +0800
Subject: [PATCH] feat:考核结果明细
---
src/views/screen/components/screen-map-three/experience/world/enviroment.js | 8 ++++----
1 files changed, 4 insertions(+), 4 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..56a8fcf 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.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("寮哄害");
}
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0