Blender V2.61 - r43446
|
#include <sunsky.h>
Public Attributes | |
short | effect_type |
short | skyblendtype |
short | sky_colorspace |
float | turbidity |
float | theta |
float | phi |
float | toSun [3] |
float | sunSolidAngle |
float | zenith_Y |
float | zenith_x |
float | zenith_y |
float | perez_Y [5] |
float | perez_x [5] |
float | perez_y [5] |
float | horizon_brightness |
float | spread |
float | sun_brightness |
float | sun_size |
float | backscattered_light |
float | skyblendfac |
float | sky_exposure |
float | atm_HGg |
float | atm_SunIntensity |
float | atm_InscatteringMultiplier |
float | atm_ExtinctionMultiplier |
float | atm_BetaRayMultiplier |
float | atm_BetaMieMultiplier |
float | atm_DistanceMultiplier |
float | atm_BetaRay [3] |
float | atm_BetaDashRay [3] |
float | atm_BetaMie [3] |
float | atm_BetaDashMie [3] |
float | atm_BetaRM [3] |
float SunSky::atm_BetaDashMie[3] |
Definition at line 76 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
float SunSky::atm_BetaDashRay[3] |
Definition at line 74 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
float SunSky::atm_BetaMie[3] |
Definition at line 75 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
Definition at line 70 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
float SunSky::atm_BetaRay[3] |
Definition at line 73 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
Definition at line 69 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
float SunSky::atm_BetaRM[3] |
Definition at line 77 of file sunsky.h.
Referenced by AtmospherePixleShader().
Definition at line 71 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
Definition at line 68 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
float SunSky::atm_HGg |
Definition at line 64 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
Definition at line 67 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
float SunSky::atm_SunIntensity |
Definition at line 66 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitAtmosphere().
Definition at line 60 of file sunsky.h.
Referenced by InitSunSky().
short SunSky::effect_type |
Definition at line 41 of file sunsky.h.
Referenced by add_render_lamp(), atm_tile(), and shadeSunView().
Definition at line 56 of file sunsky.h.
Referenced by InitSunSky().
float SunSky::perez_x[5] |
Definition at line 52 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
float SunSky::perez_Y[5] |
Definition at line 52 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
float SunSky::perez_y[5] |
Definition at line 52 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
float SunSky::phi |
Definition at line 43 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
short SunSky::sky_colorspace |
Definition at line 41 of file sunsky.h.
Referenced by InitSunSky(), and shadeSunView().
float SunSky::sky_exposure |
Definition at line 62 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
float SunSky::skyblendfac |
Definition at line 61 of file sunsky.h.
Referenced by InitSunSky(), and shadeSunView().
short SunSky::skyblendtype |
Definition at line 41 of file sunsky.h.
Referenced by InitSunSky(), and shadeSunView().
float SunSky::spread |
Definition at line 57 of file sunsky.h.
Referenced by InitSunSky().
float SunSky::sun_brightness |
Definition at line 58 of file sunsky.h.
Referenced by InitSunSky().
float SunSky::sun_size |
Definition at line 59 of file sunsky.h.
Referenced by InitSunSky().
float SunSky::sunSolidAngle |
Definition at line 48 of file sunsky.h.
Referenced by InitSunSky().
float SunSky::theta |
Definition at line 43 of file sunsky.h.
Referenced by AtmospherePixleShader(), GetSkyXYZRadiance(), InitSunSky(), and PerezFunction().
float SunSky::toSun[3] |
Definition at line 45 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitSunSky().
float SunSky::turbidity |
Definition at line 42 of file sunsky.h.
Referenced by AtmospherePixleShader(), and InitSunSky().
float SunSky::zenith_x |
Definition at line 50 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
float SunSky::zenith_y |
Definition at line 50 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().
float SunSky::zenith_Y |
Definition at line 50 of file sunsky.h.
Referenced by GetSkyXYZRadiance(), and InitSunSky().