Microsoft DirectX 8.1 (Visual Basic) |
Applications use the methods of the D3DXSPMesh class to manipulate simplification mesh objects. A simplification mesh is used to simplify a given mesh to a lower number of faces.
The D3DXSPMesh class is obtained by calling the D3DX8.CreateSPMesh method.
The methods of the D3DXSPMesh class can be organized into the following groups.
Copying | CloneMesh |
CloneMeshFVF | |
ClonePMesh | |
ClonePMeshFVF | |
Faces | GetMaxFaces |
GetNumFaces | |
ReduceFaces | |
Information | GetDevice |
GetOptions | |
Vertices | GetDeclaration |
GetFVF | |
GetMaxVertices | |
GetNumVertices | |
ReduceVertices |