Click or drag to resize

HemisphericAmbientLightWithDirectionBelowToAbove Method

Gets a new instance of HemisphericAmbientLight with the provided value for DirectionBelowToAbove.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HemisphericAmbientLight WithDirectionBelowToAbove(
	VectorD3D directionBelowToAbove
)

Parameters

directionBelowToAbove  VectorD3D
The new value for DirectionBelowToAbove.

Return Value

HemisphericAmbientLight
New instance of HemisphericAmbientLight with the provided value for DirectionBelowToAbove
See Also