+
This commit is contained in:
parent
3d277eb0bc
commit
e0a63a5330
@ -1470,12 +1470,6 @@ const initializeScene = async () => {
|
|||||||
verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
|
verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
|
||||||
heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
|
heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
|
||||||
disableDepthTestDistance: Number.POSITIVE_INFINITY,
|
disableDepthTestDistance: Number.POSITIVE_INFINITY,
|
||||||
translucencyByDistance: new Cesium.NearFarScalar(
|
|
||||||
1.0e3,
|
|
||||||
1.0, // 近距离完全不透明
|
|
||||||
2.0e3,
|
|
||||||
1.0 // 远距离也完全不透明
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
console.log("[index.vue] 中心点标记已添加");
|
console.log("[index.vue] 中心点标记已添加");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user