Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies simplification options for a mesh.
Syntax
enum _D3DXMESHSIMP {
D3DXMESHSIMP_VERTEX = 1,
D3DXMESHSIMP_FACE = 2
};
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.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
See also