XFileGuid.MeshFaceWraps Field

Language:

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

Definition

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

Field Value

System.Guid
A Guid Leave Site value that contains the GUID for mesh face wrap templates.

This field is read-only. 

Remarks

Mesh face wrap templates are used to define the texture topology of each face in a wrap. The value of the nFaceWrapValues member should be equal to the number of faces in a mesh, as in the following example.

[C#]
template MeshFaceWraps { < ED1EC5C0-C0A8-11D0-941C-0080C80CFA7B > DWORD nFaceWrapValues; array Boolean2d faceWrapValues[nFaceWrapValues]; }
Note: This template is provided for backward compatibility and is no longer used.


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