Click or drag to resize
Ab4d.SharpEngine logo

PlanarShadowMeshCreatorApplyShadowMatrix Method

ApplyShadowMatrix method updates the shadow mesh with the specified shadow matrix. The created shadow mesh can be read from ShadowMesh.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void ApplyShadowMatrix(
	Matrix4x4 shadowMatrix
)

Parameters

shadowMatrix  Matrix4x4
shadow matrix
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.PlanarShadowMeshCreator.ApplyShadowMatrix(System.Numerics.Matrix4x4)"]

See Also