class InfiniteLight
Defined in:
The C4Lights.h
InfiniteLight
class represents an infinite light node in a world.
Definition
class InfiniteLight : public Light
Constructor
InfiniteLight(const ColorRGB& color);
Parameters
color |
The color of light emitted by the light source. |
Description
Base Classes
Light |
An infinite light is a type of light. |
See Also
Wiki Articles