|
|
void | write (FILE *fp) |
| |
|
void | read (FILE *fp) |
| |
|
|
uint32_t | meshID |
| |
|
uint32_t | materialID |
| |
|
uint32_t | numberOfTriangles |
| |
|
uint32_t | numberOfVertices |
| |
|
uint32_t | hasNormals |
| |
|
uint32_t | hasUVs |
| |
|
uint32_t | hasTangents |
| |
|
uint32_t | numberOfBones |
| |
|
uint32_t | numberOfBlendShapeDeformers |
| |
|
uint32_t | vertexDataSize |
| |
|
uint32_t | indexDataSize |
| |
|
std::vector< uint32_t > | bones |
| |
|
std::vector< uint32_t > | blendShapeDeformers |
| |
|
std::shared_ptr< std::vector< uint8_t > > | vertexData |
| |
|
std::shared_ptr< std::vector< uint8_t > > | indexData |
| |
The documentation for this class was generated from the following files:
- BinaryStructures.h
- BinaryStructures.cpp