Click or drag to resize

DirectionalLight(Double, NamedColor, VectorD3D, Boolean) Constructor

Initializes a new instance of the DirectionalLight class.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DirectionalLight(
	double lightAmplitude,
	NamedColor color,
	VectorD3D directionToLight,
	bool isAffixedToCamera
)

Parameters

lightAmplitude  Double
The light amplitude.
color  NamedColor
The color of light.
directionToLight  VectorD3D
The direction from the scene to the light.
isAffixedToCamera  Boolean
Value indicating whether the light source is affixed to the camera coordinate system or the world coordinate system.
See Also