Click or drag to resize

PointLight(Double, NamedColor, PointD3D, Double, Boolean) Constructor

Initializes a new instance of the PointLight class.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointLight(
	double lightAmplitude,
	NamedColor color,
	PointD3D position,
	double range,
	bool isAffixedToCamera
)

Parameters

lightAmplitude  Double
The light amplitude.
color  NamedColor
The color of light.
position  PointD3D
The position of the light.
range  Double
The range of the light.
isAffixedToCamera  Boolean
Value indicating whether the light source is affixed to the camera coordinate system or the world coordinate system.
See Also