From 5687680f26ada3a661454a8917f41b8e6fe5468f Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期五, 18 四月 2025 19:15:42 +0800 Subject: [PATCH] 避险路线 --- src/views/mnfz.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/mnfz.vue b/src/views/mnfz.vue index 7fd5181..2300f8f 100644 --- a/src/views/mnfz.vue +++ b/src/views/mnfz.vue @@ -132,19 +132,22 @@ num: 50, getHeight: true, }); + // console.log(LineInterpolation.height, "A"); let min = LineInterpolation.height; let max = min.map((item) => { - return item + 50; + return item + 35; }); + + console.log(min, max); let _TrailLine = earthCtrl.factory.createTrailLineWall( LineInterpolation.positions, { maximumHeights: max, - minimumHeights: Array(max.length).fill(0), + minimumHeights: min, color: "#ffffff", //绾块鑹诧紙鍙�夛級 - url: "/CimSDK/Workers/image/colors3.png", + url: colors, } ); TrailLine.push(_TrailLine); -- Gitblit v1.9.3