new FirstPersonView()
FirstPersonView
A class to handle first-person view navigation in a Cesium viewer.
- Source:
Methods
activate() → {void}
Activates the first-person view mode by setting up the necessary event handlers and UI elements.
- Source:
Returns:
- Type
- void
deactivate() → {void}
Deactivates the first-person view mode by removing event handlers and hiding the crosshair.
- Source:
Returns:
- Type
- void