Last updated

API / geotoolkit3d / controller / RollController / RollController

Namespace: RollController

controller.RollController.RollController

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
norollbooleanDisable camera roll rotation. Default is false.
panspeednumberPanning speed factor. Default is 0.001
planePlanePlane to roll camera. Default is Plane.XZ

OptionsOut

Ƭ OptionsOut: OptionsBase & OptionsOut

The options returned by getOptions().