Public Member Functions | |
ShadowIO () | |
Public Attributes | |
TVector3 * | fLightDir |
direction from light to current point | |
TMCColorRGB * | fLightColor |
color of the light coming from the light | |
real | fDistToLight |
distance to the light | |
real | fShadowIntensity |
Intensity of the shadow (0 means that there is no shadow). | |
boolean | fIsSunLight |
True if the light is a sun light (used by atmosphere). | |
I3DShLightsource * | fLight |
The lightsource to take inclusion/exclusion list into account (null if no exclusion). |
The parameters of the shadow feature.
ShadowIO::ShadowIO | ( | ) | [inline] |
distance to the light
True if the light is a sun light (used by atmosphere).
The lightsource to take inclusion/exclusion list into account (null if no exclusion).
color of the light coming from the light
direction from light to current point
Intensity of the shadow (0 means that there is no shadow).