VocabularyraylibClass descriptionRepresents a camera in 3D space. The fields are defined as followed:
Fieldsposition | is the camera position in 3D space. |
target | is the target the camera is looking at. |
up | is the direction that faces up relative to the camera. |
fovy | is the camera's field of view aperature in degrees. Used as the near-plane for orthogrphic projections. |
projection | is the camera's projection: | CAMERA_PERSPECTIVE | or | CAMERA_ORTHOGRAPHIC |
DefinitionMethods