zouyaoji / vue-cesium

🎉 Vue 3.x components for CesiumJS.
https://zouyaoji.top/vue-cesium
MIT License
1.43k stars 312 forks source link

[Bug Report] 2d 测量还是不行 #482

Closed weizheng1992 closed 7 months ago

weizheng1992 commented 7 months ago

VueCesium version

3.2.4

OS/Browsers version

mac/google

Vue version

3.4.0-alpha.3

Cesium version

1.112.0

Reproduction Link

https://codepen.io/spkie/pen/MWLXvaQ

Steps to reproduce

直接使用 :distanceMeasurementOpts="{ disableDepthTest: true }" 不行

What is Expected?

可用

What is actually happening?

:distanceMeasurementOpts="{ disableDepthTest: true }"

zouyaoji commented 7 months ago

拉很高的情况下拾取不到是吗?

weizheng1992 commented 7 months ago

高低感觉都获取不到

zouyaoji commented 7 months ago

能出来的嘛,你给的例子只加了距离量算,其他的也要加。

image

weizheng1992 commented 7 months ago

其他的也要加?要加什么?

image
zouyaoji commented 7 months ago

只有距离量算是正常的 你给的例子