Planar | |
The PlanarShadowMeshCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyDirectionalLight | ApplyShadowMatrix method updates the ShadowMesh with the specified directional light's direction Vector3. The created shadow mesh can be read from ShadowMesh. | |
| ApplyPointLight | ApplyShadowMatrix method updates the ShadowMesh with the specified point light's position. The created shadow mesh can be read from ShadowMesh. | |
| ApplyShadowMatrix | ApplyShadowMatrix method updates the shadow mesh with the specified shadow matrix. The created shadow mesh can be read from ShadowMesh. | |
| SetPlane(PlaneModelNode) | SetPlane method sets the plane for the shadow mesh from the specified PlaneModelNode. | |
| SetPlane(Vector3, Vector3, Vector3, Vector2) | SetPlane method sets the plane for the shadow mesh from the specified plane information. | |
| UpdateGroupNode | UpdateGroupNode must be called when the GroupNode that was used to create this PlanarShadowMeshCreator was changed. | |
| UpdateMesh | UpdateMesh must be called when the StandardMesh that was used to create this PlanarShadowMeshCreator was changed. |