Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.Mesh Field

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the globally unique identifier (GUID) for mesh templates.

Definition

Visual Basic .NET Public Shared Mesh As Guid
C# public static Guid Mesh;
Managed C++ public: static Guid Mesh;
JScript .NET public static var Mesh : Guid

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (GUID) for mesh templates.

This field is read-only. 

Remarks

Mesh templates define a simple mesh. In the following Mesh template, the first array is a list of vertices, and the second array defines the faces of the mesh by indexing into the vertex array.

[C#]
template Mesh { <3D82AB44-62DA-11CF-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] }
Where:


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center