D3DXMESHSIMP
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXMESHSIMP Enumerated Type


Specifies simplification options for a mesh.

Syntax

typedef enum _D3DXMESHSIMP {
    D3DXMESHSIMP_VERTEX = 1,
    D3DXMESHSIMP_FACE = 2
} D3DXMESHSIMP;

Constants

D3DXMESHSIMP_VERTEX

The mesh will be simplified by the number of vertices specified in the MinValue parameter.

D3DXMESHSIMP_FACE

The mesh will be simplified by the number of faces specified in the MinValue parameter.

Enumerated Type Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98

See Also

D3DXGeneratePMesh, D3DXSimplifyMesh


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.