Last updated

API / geotoolkit3d / controller / AbstractController / AbstractController

Namespace: AbstractController

controller.AbstractController.AbstractController

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Partial<OptionsBase> & Options

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
camera?CameraThe camera linked to this controller. Camera might not be defined.
enabledbooleanDisable this controller. Default is true.
lookatVector3The position coordinates this controller is looking at
nopanbooleanDisable panning. Default is false.
nozoombooleanDisable zooming. Default is false.
positionVector3The position of this controller ("eye" position)
zoomspeednumberZoom speed factor. Default is 1.

OptionsOut

Ƭ OptionsOut: OptionsBase & Required<Options>

The options returned by getOptions().