Assimp
v3.1.1 (June 2014)
|
Data structure for the MDL main header. More...
Public Attributes | |
float | boundingradius |
bounding radius of the mesh More... | |
int32_t | flags |
State flag. More... | |
uint32_t | ident |
magic number: "IDPO" More... | |
int32_t | num_frames |
Number of frames contained in the file. More... | |
int32_t | num_skins |
Number of textures. More... | |
int32_t | num_tris |
Number of triangles contained in the file. More... | |
int32_t | num_verts |
Number of vertices contained in the file. More... | |
aiVector3D | scale |
scale factors for each axis More... | |
float | size |
Could be the total size of the file (and not a float) More... | |
int32_t | skinheight |
Texture height in pixels. More... | |
int32_t | skinwidth |
Texture width in pixels. More... | |
int32_t | synctype |
0 = synchron, 1 = random . More... | |
aiVector3D | translate |
translation factors for each axis More... | |
int32_t | version |
version number: 6 More... | |
aiVector3D | vEyePos |
Position of the viewer's exe. Ignored. More... | |
Data structure for the MDL main header.
float Assimp::MDL::Header::boundingradius |
bounding radius of the mesh
int32_t Assimp::MDL::Header::flags |
State flag.
uint32_t Assimp::MDL::Header::ident |
magic number: "IDPO"
int32_t Assimp::MDL::Header::num_frames |
Number of frames contained in the file.
int32_t Assimp::MDL::Header::num_skins |
Number of textures.
int32_t Assimp::MDL::Header::num_tris |
Number of triangles contained in the file.
int32_t Assimp::MDL::Header::num_verts |
Number of vertices contained in the file.
aiVector3D Assimp::MDL::Header::scale |
scale factors for each axis
float Assimp::MDL::Header::size |
Could be the total size of the file (and not a float)
int32_t Assimp::MDL::Header::synctype |
0 = synchron, 1 = random .
Ignored (MDLn formats: number of texture coordinates)
aiVector3D Assimp::MDL::Header::translate |
translation factors for each axis
int32_t Assimp::MDL::Header::version |
version number: 6
aiVector3D Assimp::MDL::Header::vEyePos |
Position of the viewer's exe. Ignored.