From 76ab72d2d4f443060448e20bb74230a8040b85f5 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 05 十一月 2024 11:00:33 +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 2f1177c..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 @@ -14,8 +14,8 @@ this.setSunLight(); // this.setRotateHola(); - // this.setBackground(); - this.setCirclePoint(); + 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