Skip to main content

WebGL API

NovoRender.FlightControllerParams

Flight type camera motion controller

Properties​

autoZoomSpeed​

• Optional autoZoomSpeed: boolean

The allow automatic zoom velocity according last pivot point distance


far​

• Optional far: number

Far camera clipping distance


fieldOfView​

• Optional fieldOfView: number

Camera Field of View in degrees


flightTime​

• Optional flightTime: number

Camera flight time in zoomTo


kind​

• kind: "flight"

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


pitch​

• Optional pitch: number

The current pitch of camera in degrees (+/-90)


pivotPoint​

• Optional pivotPoint: false | vec3

The world space coordinate to orbit around. (0,0,0) is default.


position​

• Optional position: vec3

The world space coordinate of camera. (0,0,0) is default.


proportionalCameraSpeed​

• Optional proportionalCameraSpeed: Object

Camera speed based on distance from focal point

Type declaration​

NameType
maxnumber
minnumber
pickDelaynumber

yaw​

• Optional yaw: number

The current yaw of camera in degrees (+/-180)