We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
verticalOrigin: Cesium.VerticalOrigin.BOTTOM
sizeInMeters
Observed behaviour: when zooming out, the billboard seems to change it's height-position relative to the surface.
Expected behaviour: the bottom of the billboard stays "clamped" to the original position.
Let me know if you need more info!
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @YousefED! You can see the billboard is creeping upwards as I zoom out:
var viewer = new Cesium.Viewer('cesiumContainer'); var entity = viewer.entities.add({ position : Cesium.Cartesian3.fromDegrees(-75.59777, 40.03883), billboard : { image : '../images/Cesium_Logo_overlay.png', sizeInMeters : true, verticalOrigin: Cesium.VerticalOrigin.BOTTOM } }); viewer.zoomTo(entity);
Sorry, something went wrong.
Thanks for adding. Offtopic: What tool do you use for your video snippets?
We use LICEcap to capture animated GIFs. Definitely comes in handy
No branches or pull requests
Steps to reproduce:
verticalOrigin: Cesium.VerticalOrigin.BOTTOM
to thesizeInMeters
exampleObserved behaviour: when zooming out, the billboard seems to change it's height-position relative to the surface.
Expected behaviour: the bottom of the billboard stays "clamped" to the original position.
Let me know if you need more info!
The text was updated successfully, but these errors were encountered: