Replies: 1 comment
-
为了让label处于所有对象的最上面,被特殊处理过,导致无法被scene.pick拾取到,如果要被拾取到,参考图示加个参数 但这样文字可能被其他对象遮挡,此时还可以尝试加大文字的深度检测距离参数 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pinDrawingOpts: {
billboardOpts: {
image: 'https://zouyaoji.top/vue-cesium/images/grepin.png',
onClick(e) {
console.log(e)
}
},
labelOpts: {
text: '图标点',
pixelOffset: [0, -60],
onClick(e) {
console.log(e)
}
}
},
Beta Was this translation helpful? Give feedback.
All reactions