Click or drag to resize
Ab4d.SharpEngine logo

PlanarShadowNode Properties

The PlanarShadowNode type exposes the following members.

Properties
 NameDescription
Public propertyOriginalGroupNode Gets the GroupNode that was used to create the planar shadow mesh (set when PlanarShadowMeshCreator is created from a GroupNode).
Public propertyPlane 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.
Public propertyShadowMaterial Gets or sets the material that is used for the shadow mesh. By default, this is set to a SolidColorMaterial with DimGray color.
Top
See Also