UFO: Alien Invasion
Loading...
Searching...
No Matches
camera_t Struct Reference

#include <cl_camera.h>

Collaboration diagram for camera_t:
Collaboration graph

Data Fields

vec3_t origin
vec3_t camorg
vec3_t speed
vec3_t angles
vec3_t omega
vec3_t axis [3]
float lerplevel
float zoom

Detailed Description

Definition at line 30 of file cl_camera.h.

Field Documentation

◆ angles

vec3_t camera_t::angles

current camera angle

Definition at line 34 of file cl_camera.h.

◆ axis

vec3_t camera_t::axis[3]

set when refdef.angles is set

Definition at line 36 of file cl_camera.h.

◆ camorg

vec3_t camera_t::camorg

origin of the camera (look from)

Definition at line 32 of file cl_camera.h.

◆ lerplevel

float camera_t::lerplevel

linear interpolation between frames while changing the world level

Definition at line 38 of file cl_camera.h.

◆ omega

vec3_t camera_t::omega

speed of rotation

Definition at line 35 of file cl_camera.h.

◆ origin

vec3_t camera_t::origin

the reference origin used for rotating around and to look at

Definition at line 31 of file cl_camera.h.

◆ speed

vec3_t camera_t::speed

speed of camera movement

Definition at line 33 of file cl_camera.h.

◆ zoom

float camera_t::zoom

the current zoom level (see MIN_ZOOM and MAX_ZOOM)

Definition at line 39 of file cl_camera.h.


The documentation for this struct was generated from the following file: