Skip to main content

interface.OrthoControllerParams

API > OrthoControllerParams

Interface: OrthoControllerParams

Ortho controller initialization parameters.

Properties

deAcceleration

readonly deAcceleration: boolean

Enable de acceleration when letting go while moving in touch

Default Value

false

Source

@novorender/web_app/controller/ortho.ts:311


stepInterval

readonly stepInterval: number

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

Default Value

1.0

Source

@novorender/web_app/controller/ortho.ts:296


touchRotate

readonly touchRotate: boolean

Whether two finger rotate will rotate camera or not.

Default Value

false

Source

@novorender/web_app/controller/ortho.ts:306


usePointerLock

readonly usePointerLock: boolean

Whether to use mouse pointer lock or not.

Default Value

false

Source

@novorender/web_app/controller/ortho.ts:301