#include <precomputed_sky.h>
Public Attributes | |
float | solar_irradiance [3] |
float | sun_angular_radius |
float | rayleigh_scattering [3] |
float | bottom_radius |
float | mie_scattering [3] |
float | top_radius |
float | mie_phase_function_g |
float | SqDistanceToHorizontalBoundary |
float | AtmosphereHeight |
float | reserved |
Definition at line 39 of file precomputed_sky.h.
float AtmosphereParameters::AtmosphereHeight |
Definition at line 52 of file precomputed_sky.h.
float AtmosphereParameters::bottom_radius |
Definition at line 45 of file precomputed_sky.h.
float AtmosphereParameters::mie_phase_function_g |
Definition at line 50 of file precomputed_sky.h.
float AtmosphereParameters::mie_scattering[3] |
Definition at line 47 of file precomputed_sky.h.
float AtmosphereParameters::rayleigh_scattering[3] |
Definition at line 44 of file precomputed_sky.h.
float AtmosphereParameters::reserved |
Definition at line 53 of file precomputed_sky.h.
float AtmosphereParameters::solar_irradiance[3] |
Definition at line 41 of file precomputed_sky.h.
float AtmosphereParameters::SqDistanceToHorizontalBoundary |
Definition at line 51 of file precomputed_sky.h.
float AtmosphereParameters::sun_angular_radius |
Definition at line 42 of file precomputed_sky.h.
float AtmosphereParameters::top_radius |
Definition at line 48 of file precomputed_sky.h.