Last updated

API / geotoolkit3d / Plot / CameraControllerType

Enumeration: 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.

Table of contents

Enumeration Members

Contents

Enumeration Members

FirstPerson

FirstPerson = "firstperson"

Moves like a first person camera - commonly referred to as FPS controllers


None

None = "none"

No interactive controller.


Orbit

Orbit = "orbit"

Moves the camera so that it revolves around a given point.


TrackBall

TrackBall = "trackball"

Behaves like a trackball, the 3D scene being the ball.