C4 Engine
C4 Engine API Documentation

class CubeLight

Defined in:  C4Lights.h
The CubeLight class represents a cube light node in a world.
Definition

class CubeLight final : public PointLight

Constructor

CubeLight(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
PointLight A cube light is a special type of point light.
See Also

CubeLightObject