interface Camera {
    inverseProjection: number[];
    inverseView: number[];
    position: [number, number, number];
}

Properties

inverseProjection: number[]

Inverse projection matrix for the current camera view

inverseView: number[]

Inverse view matrix for the current camera view

position: [number, number, number]

World position of the current camera view