Planar | |
The PlanarShadowNode type exposes the following members.
| Name | Description | |
|---|---|---|
| OriginalGroupNode | Gets the GroupNode that was used to create the planar shadow mesh (set when PlanarShadowMeshCreator is created from a GroupNode). | |
| Plane | Gets the plane that is used for creating the shadow mesh. After changing the plane, you need to call ApplyDirectionalLight(Vector3, Boolean), ApplyPointLight(Vector3, Boolean) or ApplyShadowMatrix(Matrix4x4, Boolean) methods to update the used shadow matrix. | |
| ShadowMaterial | Gets or sets the material that is used for the shadow mesh. By default, this is set to a SolidColorMaterial with DimGray color. |