-
如题,在同一个地方同时存在VcLayerImagery和使用Cesium.Primitive生成的图元,VcSelectionIndicator只能选中VcLayerImagery,选不到Primitive,不知道是不是bug?还是有什么方法可以设置? |
Beta Was this translation helpful? Give feedback.
Answered by
zouyaoji
Jul 28, 2024
Replies: 1 comment 1 reply
-
可能是拾取函数先拿到了影像图层,可以尝试通过ref的方法getPickedFeatures拿到所有的拾取对象 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HHKMFZY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可能是拾取函数先拿到了影像图层,可以尝试通过ref的方法getPickedFeatures拿到所有的拾取对象