C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class CubeLightObject

Defined in:  C4LightObjects.h
The CubeLightObject class encapsulates data pertaining to a point light source having a projected cube texture map.
Definition

class CubeLightObject : public ShadowLightObject

Constructor

CubeLightObject(const ColorRGB& color, float range, const char *name);

Parameters
color The color of light emitted by the light source.
range The spherical range of the light source.
name The name of the projected shadow texture map.
Description
Base Classes
ShadowLightObject A CubeLightObject is a specific type of ShadowLightObject.
See Also

CubeLight