API / geotoolkit3d / controller / RollController / RollController
controller.RollController.RollController
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 |
|---|---|---|
noroll | boolean | Disable camera roll rotation. Default is false. |
panspeed | number | Panning speed factor. Default is 0.001 |
plane | Plane | Plane to roll camera. Default is Plane.XZ |
Ƭ OptionsOut: OptionsBase & OptionsOut
The options returned by getOptions().