-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Setting 'sizeInMeters:true' in BillboardGraphics ignores 'rotation' parameter. #4120
Labels
Comments
Thanks @dwhipps! Here's a trimmed down code example: 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',
rotation : Cesium.Math.PI_OVER_FOUR,
scale: 30000,
sizeInMeters : true
}
}); |
Any chance this is going to get fixed for the next release? |
Sorry @dwhipps, we haven't had a chance to look into this one yet |
Also this is a dup of #3979. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just added sizeInMeters:true and a width and height in meters to the Sandcastle example here:
http://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Hello%20World.html&label=Showcases&gist=928681213846f9f82cd8db0528efa0db
(Be sure to choose "Set Billboard Properties At Creation", and zoom in to the North East USA.
The text was updated successfully, but these errors were encountered: