Class | Description |
---|---|
AmbientLight |
This class defines a singleton ambient light object containing intensity
values for R,G,B,A.
|
DistantLight |
This class represents distant (sometimes called directional) Lights.
|
Light |
This class is the abstract base class from which different types of Lights
are derived.
|
PositionalLight |
This class represents a <@link Light> which is positional; that is,
a light which has a given position in (some) coordinate system.
|
SpotLight |
This class represents a
PositionalLight which is a spot light; that is,
a light which has a direction together with values
cutoffAngle and falloffExponent defining a cone which restricts
the light (much like a lamp shade) as it shines in the specified direction. |