-
Class Summary
| Class |
Description |
| AmbientLight |
This light models the small amounts of light which reflected so many times that their source is indeterminable.
|
| DirectionalLight |
Abstract base class for all lights which have a source.
|
| Light |
An abstract base class for all kinds of light.
|
| LightSource |
Abstract base class for all lights which have a source.
|
| NarrowSpotlight |
This class is represents an directional light source that attenuates with
respect to distance.
|
| PointLight |
This class is represents an omni-directional light source that attenuates
with respect to distance, similar to a light bulb.
|
| Spotlight |
This class is represents an directional light source that attenuates with
respect to distance.
|