Classes | |
| struct | TDeclarationHeader |
| Header of file with vertex declaration. More... | |
| struct | TDeclarationElement |
| One vertex element from file with vertex declaration. More... | |
| class | TDeclarationLoader |
| This class contains static methods to load declaration from file. More... | |
| class | TDeclaration |
| This class defines declaration loaded from declaration file. More... | |
| class | TDeclarationManager |
| This class manages vertex declarations loaded from files (TDeclaration type). More... | |
| struct | TMeshHeader |
| This structure defines header of file with MESH. More... | |
| struct | TMeshRenderInfo |
| This structure contains information about rendering mesh. More... | |
| class | TMeshLoader |
| This class contains static methods to load mesh. More... | |
| class | TMeshManager |
| This class serves as manager for TMesh objects. More... | |
| class | TMesh |
| This class defines mesh loaded from mesh file. More... | |
| class | TMeshCreator |
| This class ensures simplest models creaiting and also helps create basic vertex declarations. More... | |
Enumerations | |
| enum | EnumGraphicVertexDeclaration { GRAPH_VERTEXDECL_XYZ, GRAPH_VERTEXDECL_XYZW, GRAPH_VERTEXDECL_XYZ_NXNYNZ, GRAPH_VERTEXDECL_XYZ_TUTV, GRAPH_VERTEXDECL_XYZW_NXNYNZ, GRAPH_VERTEXDECL_XYZW_TUTV, GRAPH_VERTEXDECL_XYZ_NXNYNZ_TUTV, GRAPH_VERTEXDECL_XYZ_DIFF, GRAPH_VERTEXDECL_XYZ_DIFF_SPEC, GRAPH_VERTEXDECL_FORCED32 = 0x7fffffff } |
| This enumeration defines basic vertex declarations which can be created via TModelCreator class. More... | |
|
|
This enumeration defines basic vertex declarations which can be created via TModelCreator class. If you add new enumaration to this, you must also re-implement it in TModelCreator::CreateDeclarationArray method.
Definition at line 26 of file MeshCreator.h. |
1.4.6-NO