?/TD>
Microsoft DirectX 9.0

D3DXMESHDATA


Mesh data structure.

Syntax

typedef struct D3DXMESHDATA {

    D3DXMESHDATATYPE Type;
	
    union
    {
    LPD3DXMESH pMesh;
    LPD3DXMESH pPMesh;
    LPD3DXPATCHMESH pPatchMesh;
    }
	
} D3DXMESHDATA, *LPD3DXMESHDATA;

Members

Type - Defines the mesh data type. See D3DXMESHDATATYPE.

pMesh - Pointer to a mesh. See ID3DXMesh.

pPMesh - Pointer to a progressive mesh. See ID3DXPMesh.

pPatchMesh - Pointer to a patch mesh. See ID3DXPatchMesh.

Remarks

Headerd3dx9mesh.h
Minimum Operating SystemWindows 98

Related Topics



© 2002 Microsoft Corporation. All rights reserved.