Assimp
v4.1. (December 2018)
|
Classes | |
struct | Assimp::Q3BSP::ceVec3i |
Integer vector. More... | |
struct | Assimp::Q3BSP::Q3BSPModel |
struct | Assimp::Q3BSP::sQ3BSPFace |
A face in bsp format info. More... | |
struct | Assimp::Q3BSP::sQ3BSPHeader |
the file header More... | |
struct | Assimp::Q3BSP::sQ3BSPLightmap |
A light-map of the level, size 128 x 128, RGB components. More... | |
struct | Assimp::Q3BSP::sQ3BSPLump |
Describes an entry. More... | |
struct | Assimp::Q3BSP::sQ3BSPTexture |
A quake3 texture name. More... | |
struct | Assimp::Q3BSP::sQ3BSPVertex |
Vertex of a Q3 level. More... | |
struct | Assimp::Q3BSP::SubPatch |
struct | Assimp::Q3BSP::vec2f |
struct | Assimp::Q3BSP::vec3f |
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Assimp::Q3BSP | |
Variables | |
static const unsigned int | Assimp::Q3BSP::CE_BSP_LIGHTMAPHEIGHT = 128 |
static const unsigned int | Assimp::Q3BSP::CE_BSP_LIGHTMAPSIZE = 128*128*3 |
= 128( width ) * 128 ( height ) * 3 ( channels / RGB ). More... | |
static const unsigned int | Assimp::Q3BSP::CE_BSP_LIGHTMAPWIDTH = 128 |
static const int | Assimp::Q3BSP::VERION_Q3LEVEL = 46 |
Supported version. More... | |