Skip to main content

WebGL API

NovoRender.OrthoControllerParams

Flight type camera motion controller

Properties​

far​

• Optional far: number

Far camera clipping distance


fieldOfView​

• Optional fieldOfView: number

Camera (vertical) field of view in meters.


kind​

• kind: "ortho"

The kind of camera controller.


linearVelocity​

• Optional linearVelocity: number

The velocity with which the camera moves through space in meters/second


near​

• Optional near: number

Near camera clipping distance


pointerLockOnPan​

• Optional pointerLockOnPan: boolean

Use pointer lock on zooming with mouse


position​

• Optional position: vec3

The position in the reference coordinate system. (0,0,0) is default.


referenceCoordSys​

• Optional referenceCoordSys: ReadonlyMat4

The world space reference coordinate system to move along. Identity matrix is default.