Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderGetPointLightShadowMatrix Method

GetPointLightShadowMatrix is a static method that calculates the shadow matrix for the specified light position and shadow plane.

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

Parameters

lightPosition  Vector3
light position
shadowPlane  Plane
shadow plane

Return Value

Matrix
See Also