Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Matrix.CreateShadow

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMatrix

Summary

private public private public sealed struct.Matrix CreateShadow(private public sealed struct.Vector3 lightDirection, private public sealed struct.Plane plane)

Creates a Matrix that flattens geometry into a specified Plane as if casting a shadow from a specified light source.

Returns

Example

Remarks

Summary

private public void CreateShadow(ref private public sealed struct.Vector3 lightDirection, ref private public sealed struct.Plane plane, ref private public sealed struct.Matrix result)

Fills in a Matrix to flatten geometry into a specified Plane as if casting a shadow from a specified light source.

Returns

Example

Remarks

Clone this wiki locally