XFileGuid.Mesh Field

Language:

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

Definition

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

Field Value

System.Guid
A Guid Leave Site value that contains the 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:


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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