Hemispheric |
public class HemisphericAmbientLight : IImmutable
The HemisphericAmbientLight type exposes the following members.
| Name | Description | |
|---|---|---|
| HemisphericAmbientLight | Initializes a new instance of the HemisphericAmbientLight class with default values. | |
| HemisphericAmbientLight(Double, NamedColor, NamedColor, VectorD3D, Boolean) | Initializes a new instance of the HemisphericAmbientLight class. |
| Name | Description | |
|---|---|---|
| ColorAbove | Gets the color of the face if its normal vector points in the same direction as DirectionBelowToAbove. | |
| ColorBelow | Gets the color of the face if its normal vector points in the direction opposite to DirectionBelowToAbove. | |
| DirectionBelowToAbove | Gets the direction from "below" to "above". | |
| IsAffixedToCamera | Gets a value indicating whether this light source is affixed to the camera coordinate system or to the world coordinate system. | |
| LightAmplitude | Gets the light amplitude. The default value is 1. This value is multiplied with the light colors (ColorBelow and ColorAbove) to get the effective light's color. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithColorAbove | Gets a new instance of HemisphericAmbientLight with the provided value for ColorAbove. | |
| WithColorBelow | Gets a new instance of HemisphericAmbientLight with the provided value for ColorBelow. | |
| WithDirectionBelowToAbove | Gets a new instance of HemisphericAmbientLight with the provided value for DirectionBelowToAbove. | |
| WithLightAmplitude | Gets a new instance of HemisphericAmbientLight with the provided value for LightAmplitude. | |
| WithValueAffixedToCamera | Gets a new instance of HemisphericAmbientLight with the provided value for IsAffixedToCamera. |