cesium: SceneTransforms.wgs84ToWindowCoordinates incorrect when tracking entity
Reported in the forum https://groups.google.com/forum/#!topic/cesium-dev/XYAGd93UkmA
He included a really good example in the post.
SceneTransforms.wgs84ToWindowCoordinates
returns the wrong window coordinates when the tracked entity has a different position from the one being converted to a window coordinate.
About this issue
- Original URL
- State: open
- Created 9 years ago
- Reactions: 1
- Comments: 22 (4 by maintainers)
Commits related to this issue
- BGDIINF_SB-2977 : using a mouse event approach to position tooltip this way it alleviate the issue raised by previous method here : https://github.com/CesiumGS/cesium/issues/3247 We will have to make... — committed to geoadmin/web-mapviewer by pakb 10 months ago
- BGDIINF_SB-2977 : using a mouse event approach to position tooltip this way it alleviate the issue raised by previous method here : https://github.com/CesiumGS/cesium/issues/3247 We will have to make... — committed to geoadmin/web-mapviewer by pakb 10 months ago
Hi @bagnell,
Based on the discussion I’d with @hpinkos, it looks like the problem could be related to “camera transformation”.
Can you advice on how to proceed further?