XFileGuid.Material Field

Language:

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

Definition

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

Field Value

System.Guid
A Guid Leave Site value that contains the GUID for material templates.

This field is read-only. 

Remarks

Material templates define a basic material color that can be applied to a complete mesh or a mesh's individual faces. The power is the specular exponent of the material.

Note: The ambient color requires an alpha component.
TextureFilename is an optional data object. If it is not present, the face is not textured. The following is a Material template.
[C#]
template Material { < 3D82AB4D-62DA-11CF-AB39-0020AF71E433 > ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] }
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