class CubeLight
Defined in:
The C4Lights.h
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