Assimp
v3.1.1 (June 2014)
|
Implementation of the main parts of the MDL importer class TODO Cleanup and further testing of some parts necessary. More...
Macros | |
#define | _AI_MDL7_ACCESS(_data, _index, _limit, _type) (*((const _type*)(((const char*)_data) + _index * _limit))) |
#define | _AI_MDL7_ACCESS_PTR(_data, _index, _limit, _type) ((BE_NCONST _type*)(((const char*)_data) + _index * _limit)) |
#define | _AI_MDL7_ACCESS_VERT(_data, _index, _limit) _AI_MDL7_ACCESS(_data,_index,_limit,MDL::Vertex_MDL7) |
Variables | |
static const aiImporterDesc | desc |
Implementation of the main parts of the MDL importer class TODO Cleanup and further testing of some parts necessary.
#define _AI_MDL7_ACCESS | ( | _data, | |
_index, | |||
_limit, | |||
_type | |||
) | (*((const _type*)(((const char*)_data) + _index * _limit))) |
#define _AI_MDL7_ACCESS_PTR | ( | _data, | |
_index, | |||
_limit, | |||
_type | |||
) | ((BE_NCONST _type*)(((const char*)_data) + _index * _limit)) |
#define _AI_MDL7_ACCESS_VERT | ( | _data, | |
_index, | |||
_limit | |||
) | _AI_MDL7_ACCESS(_data,_index,_limit,MDL::Vertex_MDL7) |
|
static |