Skip to main content

WebGL API

NovoRender.OrbitControllerParams

Orbit type camera motion controller

Properties​

distance​

• Optional distance: number

The camera distance relative to pivot point in meters.


kind​

• kind: "orbit"

The kind of camera controller.


linearVelocity​

• Optional linearVelocity: number

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


maxDistance​

• Optional maxDistance: number

The camera distance relative to pivot point in meters.


pitch​

• Optional pitch: number

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


pivotPoint​

• Optional pivotPoint: vec3

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


rotationalVelocity​

• Optional rotationalVelocity: number

The velocity with which the camera rotates in degrees/second.


yaw​

• Optional yaw: number

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