Skip to main content

@novorender/api / OrthoControllerParams

Interface: OrthoControllerParams

Defined in: @novorender/src/web_app/controller/ortho.ts:414

Ortho controller initialization parameters.

Properties

deAcceleration

readonly deAcceleration: boolean;

Defined in: @novorender/src/web_app/controller/ortho.ts:433

Enable de acceleration when letting go while moving in touch

Default Value

false

stepInterval

readonly stepInterval: number;

Defined in: @novorender/src/web_app/controller/ortho.ts:418

The interval to use for stepping clipping planes in the depth direction, i.e. when using mouse navigate buttons.

Default Value

1.0

touchRotate

readonly touchRotate: boolean;

Defined in: @novorender/src/web_app/controller/ortho.ts:428

Whether two finger rotate will rotate camera or not.

Default Value

false

usePointerLock

readonly usePointerLock: boolean;

Defined in: @novorender/src/web_app/controller/ortho.ts:423

Whether to use mouse pointer lock or not.

Default Value

false