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

VRageMath.MatrixD.CreateShadow

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMatrixD

Summary

public public sealed struct MatrixD CreateShadow(public sealed struct Vector3D lightDirection, 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

public void CreateShadow(ref public sealed struct Vector3D lightDirection, ref public sealed struct Plane plane, ref public sealed struct MatrixD 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