Skip to main content

WebGL API

NovoRender.TurntableControllerParams

Turntable camera motion controller parameters.

Properties​

distance​

• Optional distance: number

The camera distance relative to pivot point in meters.


elevation​

• Optional elevation: number

The camera elevation relative to pivot point in meters.


kind​

• kind: "turntable"

The kind of camera controller.


pivotPoint​

• Optional pivotPoint: vec3

The world space coordinate to orbit around.


rotation​

• Optional rotation: number

The current turntable rotation angle in degrees (+/-180)


rotationalVelocity​

• Optional rotationalVelocity: number

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