Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.MeshNormals Field

Language:

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

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

Definition

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

Field Value

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

This field is read-only. 

Remarks

Mesh normal templates define normals for a mesh. The first array of vectors is the normal vectors themselves, and the second array is an array of indexes that specify which normals should be applied to a given face. The value of the nFaceNormals member should be equal to the number of faces in a mesh. The following is a MeshNormals template .

[C#]
template MeshNormals { < F6F23F43-7686-11cf-8F52-0040333594A3 > DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace meshFaces[nFaceNormals]; }
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