World Manager
C4Lights.h

class InfiniteLight

The InfiniteLight class represents an infinite light node in a scene graph.
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