Enumeration of material types.
typedef enum { APIMater_GeneralID, APIMater_SimpleID, APIMater_MatteID, APIMater_MetalID, APIMater_PlasticID, APIMater_GlassID, APIMater_GlowingID, APIMater_ConstID } API_MaterTypeID;
Members
- APIMater_GeneralID
- General material type.
- APIMater_SimpleID
- Reduced parameter set material type.
- APIMater_MatteID
- Matte material type.
- APIMater_MetalID
- Metal material type.
- APIMater_PlasticID
- Plastic material type.
- APIMater_GlassID
- Glass material type.
- APIMater_GlowingID
- Glowing material type.
- APIMater_ConstID
- Constant material (light independent).
Remarks
This type identifier can be used as mtype
in API_MaterialType.
Requirements
- Version: API 1.3 or later
- Header: APIdefs_Attributes.h