Package | Description |
---|---|
graphicslib3D.light |
Modifier and Type | Class and Description |
---|---|
class |
DistantLight
This class represents distant (sometimes called directional) Lights.
|
class |
PositionalLight
This class represents a <@link Light> which is positional; that is,
a light which has a given position in (some) coordinate system.
|
class |
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. |