API / geotoolkit3d / controller / AbstractController / AbstractController
controller.AbstractController.AbstractController
Type Aliases
Type Aliases
Ƭ Options: Partial<OptionsBase> & Options
The options that can be set using the constructor, or using setOptions(options)
Ƭ OptionsBase: Object
The options specific to this file (this class excluding its parent classes)
| Name | Type | Description |
|---|---|---|
camera? | Camera | The camera linked to this controller. Camera might not be defined. |
enabled | boolean | Disable this controller. Default is true. |
lookat | Vector3 | The position coordinates this controller is looking at |
nopan | boolean | Disable panning. Default is false. |
nozoom | boolean | Disable zooming. Default is false. |
position | Vector3 | The position of this controller ("eye" position) |
zoomspeed | number | Zoom speed factor. Default is 1. |
Ƭ OptionsOut: OptionsBase & Required<Options>
The options returned by getOptions().