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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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