|
PlanarShadowRenderingProviderGetPointLightShadowMatrix Method |
GetPointLightShadowMatrix is a static method that calculates the shadow matrix for the specified light position and shadow plane.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static Matrix GetPointLightShadowMatrix(
Vector3 lightPosition,
ref Plane shadowPlane
)
Parameters
- lightPosition Vector3
- light position
- shadowPlane Plane
- shadow plane
Return Value
MatrixSee Also