Structure representing the data of a 3D model. More...
#include <model.h>
Public Attributes | |
Material * | materials |
u32 | materialsCount |
ModelObjectData * | objects |
u32 | length |
ModelAnimation * | animations |
u8 | animationsCount |
Structure representing the data of a 3D model.
This structure holds the materials and objects that make up a 3D model.
Material* ModelData::materials |
Array of materials
u32 ModelData::materialsCount |
Number of materials
ModelObjectData* ModelData::objects |
Array of model objects
u32 ModelData::length |
Number of objects
ModelAnimation* ModelData::animations |
Array of model animations
u8 ModelData::animationsCount |
Number of animations