Last updated

API / geotoolkit3d / controller / FirstPersonController / FirstPersonController

Namespace: FirstPersonController

controller.FirstPersonController.FirstPersonController

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & Partial<OptionsBase>

The options that can be set using the constructor, or using setOptions(options)


OptionsBase

Ƭ OptionsBase: Object

The options specific to this file (this class excluding its parent classes)

Type declaration

NameTypeDescription
deltacapnumberDelta cap. Default is 0.1
invertybooleanInvert the y values, false = mouse down, camera looks down. Default is false.
keypanspeednumberKey Pan speed, the speed factor when panning using keyboard. Default is 168
pointerlockbooleanLock the cursor to the canvas on mouse down. Default is false.

OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBase

The options returned by getOptions().