Cesiumjs – How to Reset camera ?

var camera = viewer.camera;
    camera.flyTo({
        destination: camera.positionWC,
        orientation: {
            heading : 0,
            pitch: camera.pitch,
            roll: camera.roll
        }
    });
Share

Leave a Reply

Your email address will not be published. Required fields are marked *