Class: FreeFlightCamera

Mapspace.threed. FreeFlightCamera

Free Flight camera controller that allows FPS-like drone navigation (WASD + Mouse) in Cesium, particularly useful for inspecting data underground where default ScreenSpaceCameraController breaks.


new FreeFlightCamera(mapspaceViewer)

Parameters:
Name Type Description
mapspaceViewer Mapspace.threed.Viewer

The 3D viewer instance.

Source:
mapspace-threed/freeflightcamera.js

Methods


disable()

Disables Free Flight camera controls.

Source:
mapspace-threed/freeflightcamera.js

enable()

Enables Free Flight camera controls (WASD + Mouse Look).

Source:
mapspace-threed/freeflightcamera.js