ID3DXMesh
ID3DXMesh
Applications use the methods of the ID3DXMesh interface to manipulate mesh objects.
ID3DXBaseMesh ID3DXMesh ID3DXPMesh
ID3DXMesh Members
Remarks
To obtain the ID3DXMesh interface, call either the D3DXCreateMesh or D3DXCreateMeshFVF function.
This interface inherits additional functionality from the ID3DXBaseMesh interface.
The LPD3DXMESH type is defined as a pointer to the ID3DXMesh interface.
typedef struct ID3DXMesh *LPD3DXMESH;
See Also
Mesh Functions
Requirements
Header: Declared in D3DX9Mesh.h.
Library:
Use D3dx9.lib.