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) |
#define SKY_LUM_SCALE 0.001f |
Definition at line 22 of file precomputed_sky_params.h.
#define SKY_SPECTRAL_R_TO_L (683.000000f * SKY_LUM_SCALE) |
Definition at line 25 of file precomputed_sky_params.h.
#define SUN_LUM_SCALE 0.00001f |
Definition at line 23 of file precomputed_sky_params.h.
#define SUN_SPECTRAL_R_TO_L_B (66475.012354f * SUN_LUM_SCALE) |
Definition at line 28 of file precomputed_sky_params.h.
#define SUN_SPECTRAL_R_TO_L_G (69954.398112f * SUN_LUM_SCALE) |
Definition at line 27 of file precomputed_sky_params.h.
#define SUN_SPECTRAL_R_TO_L_R (98242.786222f * SUN_LUM_SCALE) |
Definition at line 26 of file precomputed_sky_params.h.