C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class DepthLight

Defined in:  C4Lights.h
The DepthLight class represents a depth light node in a world.
Definition

class DepthLight : public InfiniteLight

Constructor

DepthLight(const ColorRGB& color);

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


Base Classes
InfiniteLight A depth light is a special type of infinite light.
See Also

DepthLightObject