Assimp
v4.1. (December 2018)
|
Classes | |
struct | BaseVertex |
Data structure for a MDC base vertex. More... | |
struct | CompressedVertex |
Data structure for a MDC compressed vertex. More... | |
struct | Frame |
Data structure for a MDC frame. More... | |
struct | Header |
Data structure for a MDC file's main header. More... | |
struct | Shader |
Data structure for a MDC shader. More... | |
struct | Surface |
Data structure for a MDC file's surface header. More... | |
struct | TexturCoord |
Data structure for a MDC texture coordinate. More... | |
struct | Triangle |
Data structure for a MDC triangle. More... | |
Functions | |
void | BuildVertex (const Frame &frame, const BaseVertex &bvert, const CompressedVertex &cvert, aiVector3D &vXYZOut, aiVector3D &vNorOut) |
Build a floating point vertex from the compressed data in MDC files. More... | |
Variables | |
struct Assimp::MDC::Header | PACK_STRUCT |
void Assimp::MDC::BuildVertex | ( | const Frame & | frame, |
const BaseVertex & | bvert, | ||
const CompressedVertex & | cvert, | ||
aiVector3D & | vXYZOut, | ||
aiVector3D & | vNorOut | ||
) |
Build a floating point vertex from the compressed data in MDC files.
struct Assimp::MDC::Shader Assimp::MDC::PACK_STRUCT |