C4 Engine
C4 Engine API Documentation

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

Wiki Articles

Infinite Light