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