doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs
MaterialDef.h File Reference

Go to the source code of this file.

Classes

class  MaterialDef
 Represents a single attribute in a material. More...
 
class  MaterialDefManager
 This class contains static utility functions that view and MaterialDoc use to access the MaterialDef and MaterialDefList data that is loaded. More...
 

Typedefs

typedef idList< MaterialDef * > MaterialDefList
 A list of material attributes. More...
 

Typedef Documentation

A list of material attributes.

Material, stage, and special stage attributes are grouped together during the load process for use by the different view and MaterialDoc.

Definition at line 71 of file MaterialDef.h.