Microsoft DirectX 8.1 (Visual Basic) |
Applications use the methods of the D3DXPMesh class to manipulate progressive mesh objects. A progressive mesh enables progressive refinement of the mesh object.
To obtain the D3DXPMesh class, call the D3DX8.GeneratePMesh method.
The methods of the D3DXPMesh class can be organized into the following groups.
Copying | ClonePMesh |
ClonePMeshFVF | |
Faces | GetMaxFaces |
GetMinFaces | |
SetNumFaces | |
Miscellaneous | GetAdjacency |
Optimize | |
Vertices | GetMaxVertices |
GetMinVertices | |
SetNumVertices |
This class inherits additional functionality from the D3DXBaseMesh class.