Camera

interface Camera

An interface for a camera.

Properties

eye
Link copied to clipboard
abstract val eye: Vec3

Position of the camera eye.

viewMatrix
Link copied to clipboard
abstract val viewMatrix: Mat4

View matrix defined by the camera.

Inheritors

FreeCamera
Link copied to clipboard
RelativeTargetCamera
Link copied to clipboard
TargetCamera
Link copied to clipboard