Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderGetDirectionalLightShadowMatrix Method

GetDirectionalLightShadowMatrix is a static method that calculates the shadow matrix for the specified light direction and shadow plane.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static Matrix GetDirectionalLightShadowMatrix(
	Vector3 lightDirection,
	ref Plane shadowPlane
)

Parameters

lightDirection  Vector3
light direction
shadowPlane  Plane
shadow plane

Return Value

Matrix
See Also