C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class LandscapeLight

Defined in:  C4Lights.h
The LandscapeLight class represents a landscape light node in a world.
Definition

class LandscapeLight : public InfiniteLight

Constructor

LandscapeLight(const ColorRGB& color);

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


Base Classes
DepthLight A landscape light is a special type of depth light.
See Also

LandscapeLightObject