API / geotoolkit3d / Plot / CameraControllerType
geotoolkit3d.Plot.CameraControllerType
Enum of built-in controller types.
To provide your own controller simply pass the constructor function/class to the setOption instead of one of the enum value.
Enumeration Members
Enumeration Members
• FirstPerson = "firstperson"
Moves like a first person camera - commonly referred to as FPS controllers
• None = "none"
No interactive controller.
• Orbit = "orbit"
Moves the camera so that it revolves around a given point.
• TrackBall = "trackball"
Behaves like a trackball, the 3D scene being the ball.