Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.MeshFaceWraps Field

Language:

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

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

Definition

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

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (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.


© 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