Click or drag to resize
AB4D logo

DirectionalLight(Vector3) Constructor

Initializes a new instance of the DirectionalLight class.

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public DirectionalLight(
	Vector3 direction
)

Parameters

direction  Vector3
Vector3 that specifies the direction of this light
See Also