HemisphericAmbientLight(Double, NamedColor, NamedColor, VectorD3D, Boolean) Constructor |
Namespace: Altaxo.Graph.Graph3D.LightingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HemisphericAmbientLight(
double lightAmplitude,
NamedColor colorBelow,
NamedColor colorAbove,
VectorD3D directionBelowToAbove,
bool isAffixedToCamera
)
Parameters
- lightAmplitude Double
- The light amplitude.
- colorBelow NamedColor
- The color below.
- colorAbove NamedColor
- The color above.
- directionBelowToAbove VectorD3D
- The direction from "below" to "above".
- isAffixedToCamera Boolean
- Value indicating whether the light source is affixed to the camera coordinate system or the world coordinate system.
See Also