C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class InfiniteLightObject

Defined in:  C4LightObjects.h
The InfiniteLightObject class encapsulates data pertaining to an infinite light source.
Definition

class InfiniteLightObject : public LightObject

Constructor

InfiniteLightObject(const ColorRGB& color);

Parameters
color The color of light emitted by the light source.
Description
Base Classes
LightObject An InfiniteLightObject is a specific type of LightObject.
See Also

InfiniteLight