C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class InfiniteLight

Defined in:  C4Lights.h
The InfiniteLight class represents an infinite light node in a world.
Definition

class InfiniteLight : public Light

Constructor

InfiniteLight(const ColorRGB& color);

Parameters
color The color of light emitted by the light source.
Description


Base Classes
Light An infinite light is a type of light.
See Also

InfiniteLightObject