Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

SMaterial.h File Reference

Go to the source code of this file.

Namespaces

namespace  amn

Enumerations

enum  E_MATERIAL_TYPE {
  EMT_WIREFRAME = 0, EMT_SOLID, EMT_TRANSPARENT_ALPHA, EMT_TRANSPARENT_VERTEX_ALPHA,
  EMT_TRANSPARENT_ADD_COLOR, EMT_LIGHTMAP, EMT_CUSTOM_SOLID, EMT_CUSTOM_TRANSPARENT
}


Enumeration Type Documentation

enum amn::E_MATERIAL_TYPE
 

Enumeration values:
EMT_WIREFRAME  Material will be rendered as wireframe.
EMT_SOLID  Material will be rendered as a solid (default.).
EMT_TRANSPARENT_ALPHA  Material will be rendered, taking the texture alpha channel into consideration.
EMT_TRANSPARENT_VERTEX_ALPHA  Material will be rendered, taking the vertex alpha into consideration.
EMT_TRANSPARENT_ADD_COLOR  Material will be rendered, darker colors in texture become invisible.
EMT_LIGHTMAP  Material will be rendered with a lightmap (as texture2.).
EMT_CUSTOM_SOLID  Custom solid material.
EMT_CUSTOM_TRANSPARENT  Custom transparent material.


Generated on Wed Feb 1 22:23:26 2006 for AmnesiaEngine by  doxygen 1.4.2