Skip to content

Billboard rotation doesn't work with sizeInMeters #3979

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
hpinkos opened this issue May 31, 2016 · 1 comment
Closed

Billboard rotation doesn't work with sizeInMeters #3979

hpinkos opened this issue May 31, 2016 · 1 comment

Comments

@hpinkos
Copy link
Contributor

hpinkos commented May 31, 2016

Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/MxTaFDUkeCU

var viewer = new Cesium.Viewer('cesiumContainer');

viewer.entities.add({
    position : Cesium.Cartesian3.fromDegrees(-75.59777, 40.03883),
    billboard :{
        image : '../images/Cesium_Logo_overlay.png',
        scale: 50000,
        rotation: 0.80000,
        sizeInMeters: true 
    }
});
@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 7, 2016

@hpinkos can you please update the above forum thread?

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants