Quake II RTX doxygen  1.0 dev
sun_light_s Struct Reference

#include <vkpt.h>

Public Attributes

vec3_t direction
 
vec3_t direction_envmap
 
vec3_t color
 
float angular_size_rad
 
qboolean use_physical_sky
 
qboolean visible
 

Detailed Description

Definition at line 414 of file vkpt.h.

Member Data Documentation

◆ angular_size_rad

float sun_light_s::angular_size_rad

◆ color

vec3_t sun_light_s::color

Definition at line 417 of file vkpt.h.

Referenced by vkpt_evaluate_sun_light(), and vkpt_physical_sky_update_ubo().

◆ direction

vec3_t sun_light_s::direction

◆ direction_envmap

vec3_t sun_light_s::direction_envmap

Definition at line 416 of file vkpt.h.

Referenced by vkpt_evaluate_sun_light(), and vkpt_physical_sky_update_ubo().

◆ use_physical_sky

qboolean sun_light_s::use_physical_sky

Definition at line 419 of file vkpt.h.

Referenced by vkpt_evaluate_sun_light(), and vkpt_physical_sky_update_ubo().

◆ visible

qboolean sun_light_s::visible