Click or drag to resize

DirectionalLightWithDirectionToLight Method

Gets a new instance of DirectionalLight with the provided value for DirectionToLight.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DirectionalLight WithDirectionToLight(
	VectorD3D directionToLight
)

Parameters

directionToLight  VectorD3D
The new value for DirectionToLight.

Return Value

DirectionalLight
New instance of DirectionalLight with the provided value for DirectionToLight
See Also