?/TD>
Microsoft DirectX 9.0

D3DXPATCHMESHTYPE Enumerated Type


Mesh patch types.

Syntax

typedef enum _D3DXPATCHMESHTYPE {
    D3DXPATCHMESH_RECT = 0x001,
    D3DXPATCHMESH_TRI = 0x002,
    D3DXPATCHMESH_NPATCH = 0x003
} D3DXPATCHMESHTYPE;

Constants

D3DXPATCHMESH_RECT

Rectangle patch mesh type.

D3DXPATCHMESH_TRI

Triangle patch mesh type.

D3DXPATCHMESH_NPATCH

N-patch mesh type.

Remarks

Triangle patches have three sides and are described in D3DTRIPATCH_INFO. Rectangle patches are four-sided and are described in D3DRECTPATCH_INFO.

Enumerated Type Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.