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.