![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A loader for skeleton meshes. More...
#include <VGearsHRCMeshLoader.h>
Public Member Functions | |
HRCMeshLoader (HRCFile &hrc_file) | |
Constructor. More... | |
virtual | ~HRCMeshLoader () |
Destructor. More... | |
virtual void | loadResource (Ogre::Resource *resource) |
Loads a resource. More... | |
Protected Member Functions | |
virtual void | LoadBone (Ogre::Mesh *mesh, const HRCFile::Bone &bone, const String &path) |
Loads a bone. More... | |
Private Attributes | |
HRCFile & | hrc_file_ |
The HRC file. More... | |
A loader for skeleton meshes.
|
explicit |
Constructor.
[in] | hrc_file | The HRC file to load from. |
|
virtual |
Destructor.
|
protectedvirtual |
Loads a bone.
[in,out] | mesh | The mesh to add the bone to. |
[in] | bone | The bone to add. |
[in] | path | Path to the file with the bone info. |
|
virtual |
Loads a resource.
[in] | resource | The resource to load. |
|
private |
The HRC file.