Quake II RTX doxygen  1.0 dev
precomputed_sky_params.h File Reference

Go to the source code of this file.

Macros

#define SKY_LUM_SCALE   0.001f
 
#define SUN_LUM_SCALE   0.00001f
 
#define SKY_SPECTRAL_R_TO_L   (683.000000f * SKY_LUM_SCALE)
 
#define SUN_SPECTRAL_R_TO_L_R   (98242.786222f * SUN_LUM_SCALE)
 
#define SUN_SPECTRAL_R_TO_L_G   (69954.398112f * SUN_LUM_SCALE)
 
#define SUN_SPECTRAL_R_TO_L_B   (66475.012354f * SUN_LUM_SCALE)
 

Macro Definition Documentation

◆ SKY_LUM_SCALE

#define SKY_LUM_SCALE   0.001f

Definition at line 22 of file precomputed_sky_params.h.

◆ SKY_SPECTRAL_R_TO_L

#define SKY_SPECTRAL_R_TO_L   (683.000000f * SKY_LUM_SCALE)

Definition at line 25 of file precomputed_sky_params.h.

◆ SUN_LUM_SCALE

#define SUN_LUM_SCALE   0.00001f

Definition at line 23 of file precomputed_sky_params.h.

◆ SUN_SPECTRAL_R_TO_L_B

#define SUN_SPECTRAL_R_TO_L_B   (66475.012354f * SUN_LUM_SCALE)

Definition at line 28 of file precomputed_sky_params.h.

◆ SUN_SPECTRAL_R_TO_L_G

#define SUN_SPECTRAL_R_TO_L_G   (69954.398112f * SUN_LUM_SCALE)

Definition at line 27 of file precomputed_sky_params.h.

◆ SUN_SPECTRAL_R_TO_L_R

#define SUN_SPECTRAL_R_TO_L_R   (98242.786222f * SUN_LUM_SCALE)

Definition at line 26 of file precomputed_sky_params.h.