Click or drag to resize

Altaxo.Graph.Graph3D.Lighting Namespace

[Missing <summary> documentation for "N:Altaxo.Graph.Graph3D.Lighting"]

Classes
 ClassDescription
Public classDirectionalLight Represents directional lighting. All light rays are parallel to each other.
Public classHemisphericAmbientLight 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.
Public classPointLight Represents directional lighting. All light rays are parallel to each other.
Public classSpotLight Represents directional lighting. All light rays are parallel to each other.
Interfaces
 InterfaceDescription
Public interfaceIDiscreteLight Interface to discrete lights. All classes that implement this interface should be immutable.