PointLightObject::GetLightRange
Defined in:
Returns the spherical range of the light source.
C4LightObjects.h
Prototype
float GetLightRange(void) const;
Description
The GetLightRange
function returns the range of the point light source. The light attenuation is zero at this distance from the light source, and no illumination is applied outside this range.
See Also