Go to the source code of this file.
Functions | |
void | vkpt_freecam_reset () |
static void | vkpt_freecam_mousemove () |
void | vkpt_freecam_update (float frame_time) |
qboolean | R_InterceptKey_RTX (unsigned key, qboolean down) |
Variables | |
static vec3_t | freecam_vieworg = { 0.f } |
static vec3_t | freecam_viewangles = { 0.f } |
static float | freecam_zoom = 1.f |
static qboolean | freecam_keystate [6] = { 0 } |
static qboolean | freecam_active = qfalse |
static int | freecam_player_model = 0 |
float | autosens_x |
float | autosens_y |
cvar_t * | m_accel |
cvar_t * | m_autosens |
cvar_t * | m_pitch |
cvar_t * | m_invert |
cvar_t * | m_yaw |
cvar_t * | sensitivity |
cvar_t * | cvar_pt_dof |
cvar_t * | cvar_pt_aperture |
cvar_t * | cvar_pt_focus |
cvar_t * | cvar_pt_freecam |
qboolean R_InterceptKey_RTX | ( | unsigned | key, |
qboolean | down | ||
) |
|
static |
void vkpt_freecam_reset | ( | ) |
void vkpt_freecam_update | ( | float | frame_time | ) |
Definition at line 120 of file freecam.c.
Referenced by R_RenderFrame_RTX().
float autosens_x |
Definition at line 492 of file input.c.
Referenced by CL_MouseMove(), m_autosens_changed(), and vkpt_freecam_mousemove().
float autosens_y |
Definition at line 493 of file input.c.
Referenced by CL_MouseMove(), m_autosens_changed(), and vkpt_freecam_mousemove().
cvar_t* cvar_pt_aperture |
Referenced by evaluate_reference_mode(), R_Init_RTX(), and R_InterceptKey_RTX().
cvar_t* cvar_pt_dof |
Definition at line 57 of file main.c.
Referenced by evaluate_reference_mode(), prepare_ubo(), R_Init_RTX(), and R_InterceptKey_RTX().
cvar_t* cvar_pt_focus |
Referenced by evaluate_reference_mode(), R_Init_RTX(), and R_InterceptKey_RTX().
cvar_t* cvar_pt_freecam |
Definition at line 58 of file main.c.
Referenced by R_Init_RTX(), and vkpt_freecam_update().
|
static |
Definition at line 38 of file freecam.c.
Referenced by vkpt_freecam_reset(), and vkpt_freecam_update().
|
static |
Definition at line 37 of file freecam.c.
Referenced by R_InterceptKey_RTX(), and vkpt_freecam_update().
|
static |
Definition at line 39 of file freecam.c.
Referenced by vkpt_freecam_reset(), and vkpt_freecam_update().
|
static |
Definition at line 35 of file freecam.c.
Referenced by vkpt_freecam_mousemove(), and vkpt_freecam_update().
|
static |
Definition at line 34 of file freecam.c.
Referenced by vkpt_freecam_update().
|
static |
Definition at line 36 of file freecam.c.
Referenced by vkpt_freecam_mousemove(), and vkpt_freecam_update().
cvar_t* m_accel |
Definition at line 34 of file input.c.
Referenced by CL_MouseMove(), CL_RegisterInput(), and vkpt_freecam_mousemove().
cvar_t* m_autosens |
Definition at line 35 of file input.c.
Referenced by CL_MouseMove(), CL_RegisterInput(), and vkpt_freecam_mousemove().
cvar_t* m_invert |
Definition at line 51 of file input.c.
Referenced by CL_MouseMove(), CL_RegisterInput(), and vkpt_freecam_mousemove().
cvar_t* m_pitch |
Definition at line 50 of file input.c.
Referenced by CL_MouseMove(), CL_RegisterInput(), and vkpt_freecam_mousemove().
cvar_t* m_yaw |
Definition at line 52 of file input.c.
Referenced by CL_MouseMove(), CL_RegisterInput(), and vkpt_freecam_mousemove().
cvar_t* sensitivity |
Definition at line 48 of file input.c.
Referenced by CL_MouseMove(), CL_RegisterInput(), and vkpt_freecam_mousemove().