Hello
I need to move an entity following WGS84coordinates but I think it have to be converted to cartesian because when I try
var position = Cesium.Cartesian3.fromDegrees(lat, long, altitude);
the entity is to wrong place...
Any one can help me for that?
Thank you very much