Click or drag to resize
Ab4d.SharpEngine logo

PlanarShadowMeshCreator Methods

The PlanarShadowMeshCreator type exposes the following members.

Methods
 NameDescription
Public methodApplyDirectionalLight ApplyShadowMatrix method updates the ShadowMesh with the specified directional light's direction Vector3. The created shadow mesh can be read from ShadowMesh.
Public methodApplyPointLight ApplyShadowMatrix method updates the ShadowMesh with the specified point light's position. The created shadow mesh can be read from ShadowMesh.
Public methodApplyShadowMatrix ApplyShadowMatrix method updates the shadow mesh with the specified shadow matrix. The created shadow mesh can be read from ShadowMesh.
Public methodSetPlane(PlaneModelNode) SetPlane method sets the plane for the shadow mesh from the specified PlaneModelNode.
Public methodSetPlane(Vector3, Vector3, Vector3, Vector2) SetPlane method sets the plane for the shadow mesh from the specified plane information.
Public methodUpdateGroupNode UpdateGroupNode must be called when the GroupNode that was used to create this PlanarShadowMeshCreator was changed.
Public methodUpdateMesh UpdateMesh must be called when the StandardMesh that was used to create this PlanarShadowMeshCreator was changed.
Top
See Also