#include <ModelFile.h>
Classes | |
| struct | Header |
Public Member Functions | |
| ModelFile (ModelDescription *model_desc) | |
| ~ModelFile (void) | |
| bool | Init (io::IRom &rom) |
| bool | Dump (io::IFile &file) |
| xl7::direct3d::models::ModelFile::ModelFile | ( | ModelDescription * | model_desc | ) |
Explicit constructor.
| xl7::direct3d::models::ModelFile::~ModelFile | ( | void | ) |
Destructor.
| bool xl7::direct3d::models::ModelFile::Dump | ( | io::IFile & | file | ) |
Dumps the model description by saving the data to the given file.
| bool xl7::direct3d::models::ModelFile::Init | ( | io::IRom & | rom | ) |
Builds the model description by loading the data from the given rom.
1.7.1