Assimp  v3.1.1 (June 2014)
MD3Loader.h File Reference

Classes

class  Assimp::MD3Importer
 Importer class to load MD3 files. More...
 
struct  Assimp::Q3Shader::ShaderData
 Tiny utility data structure to hold the data of a .shader file. More...
 
struct  Assimp::Q3Shader::ShaderDataBlock
 Tiny utility data structure to hold a .shader data block. More...
 
struct  Assimp::Q3Shader::ShaderMapBlock
 Tiny utility data structure to hold a .shader map data block. More...
 
struct  Assimp::Q3Shader::SkinData
 Tiny utility data structure to hold the data of a .skin file. More...
 
struct  Assimp::Q3Shader::SkinData::TextureEntry
 A single entryin texture list. More...
 

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::Q3Shader
 

Enumerations

Functions

void Assimp::Q3Shader::ConvertShaderToMaterial (aiMaterial *out, const ShaderDataBlock &shader)
 Convert a Q3Shader to an aiMaterial. More...
 
bool Assimp::Q3Shader::LoadShader (ShaderData &fill, const std::string &file, IOSystem *io)
 Load a shader file. More...
 
bool Assimp::Q3Shader::LoadSkin (SkinData &fill, const std::string &file, IOSystem *io)
 Load a skin file. More...