C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class LandscapeLightObject

Defined in:  C4LightObjects.h
The LandscapeLightObject class encapsulates data pertaining to an infinite light source having a large-scale multi-resolution shadow map.
Definition

class LandscapeLightObject : public InfiniteLightObject

Constructor

LandscapeLightObject(const ColorRGB& color);

Parameters
color The color of light emitted by the light source.
Description
Base Classes
DepthLightObject A LandscapeLightObject is a specific type of DepthLightObject.
See Also

LandscapeLight