Billboard rotation is not applied when sizeInMeters is set to true

Hi,

When using the boolean property sizeInMeters for billboard, the rotation value is not taken into account.

The following code snippets demonstrate this issue.

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
}
});

``

Regards,

Xavier.

Thanks Xavier! I created an issue on our GitHub for us to look into this: https://github.com/AnalyticalGraphicsInc/cesium/issues/3979

Best,

Hannah

Hello,

This issue was just fixed and will be included in the upcoming 1.26 release on October 3rd.

Best,

Hannah