Click or drag to resize
AB4D logo

PlaneGetPointLightShadowMatrix Method

Creates a matrix that flattens a 3D mesh into a shadow mesh that lies on this plane and has zero height.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Matrix3D GetPointLightShadowMatrix(
	Point3D lightPosition
)

Parameters

lightPosition  Point3D
The position of the light

Return Value

Matrix3D
shadow Matrix3D
See Also