Skip to main content

WebGL API

NovoRender.StaticControllerParams

Static camera motion controller parameters.

Properties​

kind​

• kind: "static"

The kind of camera controller.


position​

• Optional position: vec3

The world space coordinate of the camera itself (default [0,0,1]).


target​

• Optional target: vec3

The world space coordinate to look at (default [0,0,0]).


up​

• Optional up: vec3

The world space up vector (default [0,1,0]).