Skip to content

Commit

Permalink
缺陷修改:平面场景下屏蔽开启地下
Browse files Browse the repository at this point in the history
  • Loading branch information
supermap123 committed Jun 13, 2024
1 parent 47e5f82 commit 4f31f42
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</div>
</div>

<div class="row-item">
<div class="row-item" v-show="sceneMode == 3">
<span>{{ $t("showUnderground") }}</span>
<div style="width: 1.96rem; margin-right: 0.1rem">
<n-switch v-model:value="state.showUnderground" size="small" />
Expand Down Expand Up @@ -224,6 +224,7 @@ state.shadow = viewer.shadows;
// 云层
let cloudBoxUrl = "./images/sceneProperties/clouds/clouds1.png";
let cloudBox = new SuperMap3D.CloudBox({ url: cloudBoxUrl });
let sceneMode = viewer.scene.mode;
// 初始化
function init() {
Expand Down

0 comments on commit 4f31f42

Please sign in to comment.