C4 Engine
C4 Engine API Documentation

class PointLight

Defined in:  C4Lights.h
The PointLight class represents a point light node in a world.
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