World Manager
C4Lights.h

class PointLight

The PointLight class represents a point light node in a scene graph.
Definition

class PointLight : public Light

Constructor

PointLight(const ColorRGB& color, float range);

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


Base Classes
Light A point light is a type of light.
See Also
PointLightObject