Click or drag to resize
AB4D logo

PlanarShadowMeshCreator Methods

The PlanarShadowMeshCreator type exposes the following members.

Methods
 NameDescription
Public methodApplyShadowMatrix(Matrix3D) ApplyShadowMatrix method updates the shadow mesh with the specified shadow matrix.
Public methodApplyShadowMatrix(Point3D) ApplyShadowMatrix method updates the shadow mesh with the specified point light's position.
Public methodApplyShadowMatrix(Vector3D) ApplyShadowMatrix method updates the shadow mesh with the specified directional light's direction Vector3D.
Public methodSetPlane(PlaneVisual3D) SetPlane method sets the plane for the shadow mesh from the specified PlaneVisual3D.
Public methodSetPlane(Point3D, Vector3D, Vector3D, Size) SetPlane method sets the plane for the shadow mesh from the specified plane information.
Public methodUpdateMeshGeometry3D UpdateMeshGeometry3D must be called when the MeshGeometry3D that was used to create this PlanarShadowMeshCreator was changed.
Public methodUpdateModel3D UpdateModel3D must be called when the Model3D that was used to create this PlanarShadowMeshCreator was changed.
Top
See Also