API / geotoolkit3d / controller / FirstPersonController / FirstPersonController
controller.FirstPersonController.FirstPersonController
Type Aliases
Type Aliases
Ƭ Options: Options & Partial<OptionsBase>
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 |
|---|---|---|
deltacap | number | Delta cap. Default is 0.1 |
inverty | boolean | Invert the y values, false = mouse down, camera looks down. Default is false. |
keypanspeed | number | Key Pan speed, the speed factor when panning using keyboard. Default is 168 |
pointerlock | boolean | Lock the cursor to the canvas on mouse down. Default is false. |
Ƭ OptionsOut: OptionsOut & OptionsBase
The options returned by getOptions().