Hi,
Is there a way I can reset the camera position and orientation ? do I use flyTo? That doesn’t work.
We have an issue open to consolidate and streamline the logic to do this. Keep your eye on https://github.com/AnalyticalGraphicsInc/cesium/issues/1798
For now, if you are using the Viewer widget, you can use the following line of code which will fly to the home position.
viewer.homeButton.viewModel.command();