Camera

A camera

abstract
class Camera : NuRefCounted {}

Members

Functions

update
void update()

Updates the state of the camera.

Properties

matrix
mat4 matrix [@property getter]

The view-projection matrix for the camera.

Variables

size
vec2 size;

Size of the camera's viewport.

Meta