Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Graph.Graph3D.Lighting"]
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 directional lighting. All light rays are parallel to each other. | |
SpotLight | Represents directional lighting. All light rays are parallel to each other. |
Interface | Description | |
---|---|---|
IDiscreteLight | Interface to discrete lights. All classes that implement this interface should be immutable. |