Altaxo. |
| Class | Description | |
|---|---|---|
| DirectionalLight | Represents directional lighting. All light rays are parallel to each other. | |
| HemisphericAmbientLight | Immutable class that represents hemispheric ambient lighting. The color of a face is determined by its normal. If the normal points in the direction of the member DirectionBelowToAbove, the color is ColorAbove. If the normal points in the opposite direction, the color is ColorBelow. The color for all other directions is an interpolated value between ColorBelow and ColorAbove. | |
| PointLight | Represents a point light source. | |
| SpotLight | Represents a spot light source. |
| Interface | Description | |
|---|---|---|
| IDiscreteLight | Interface to discrete lights. All classes that implement this interface should be immutable. |