XFileGuid.MeshNormals Field |
Language: |
Retrieves the globally unique identifier (GUID) for mesh normal templates.
Visual Basic Public Shared MeshNormals As Guid C# public static Guid MeshNormals; C++ public: static Guid MeshNormals; JScript public static var MeshNormals : Guid
System.Guid
This field is read-only.
A Guid value that contains the GUID for mesh normal templates.
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#]Where:
template MeshNormals { < F6F23F43-7686-11cf-8F52-0040333594A3 > DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace meshFaces[nFaceNormals]; }
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