From cca7fa810f13f2a578070e5d93bd72084b0bf5bc Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 31 七月 2024 14:50:18 +0800
Subject: [PATCH] feat:考核详情
---
src/views/screen/components/screen-map-three/experience/world/map.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/screen/components/screen-map-three/experience/world/map.js b/src/views/screen/components/screen-map-three/experience/world/map.js
index 8a1b08b..b5622ff 100644
--- a/src/views/screen/components/screen-map-three/experience/world/map.js
+++ b/src/views/screen/components/screen-map-three/experience/world/map.js
@@ -3,13 +3,14 @@
import mapData from "@/assets/map/zigong2.json";
import { CSS2DObject } from "three/examples/jsm/renderers/CSS2DRenderer";
-import textureMapImage from "@/assets/map/texture/gz-map.jpg";
+// import textureMapImage from "@/assets/map/texture/gz-map.jpg";
+import textureMapImage from "@/assets/images/screen/pageBg1.jpg";
import textureMapFxImage from "@/assets/map/texture/gz-map-fx.jpg";
import gsap from "gsap";
// 鍦板浘娣卞害
-const MAP_DEPTH = 0.2;
+const MAP_DEPTH = 0;
const projection = d3
.geoMercator()
--
Gitblit v1.8.0