Base class for loading meshes. More...
#include <common/common.hh>
Inherited by ColladaLoader, and STLLoader.
Public Member Functions | |
MeshLoader () | |
Constructor. More... | |
virtual | ~MeshLoader () |
Destructor. More... | |
virtual Mesh * | Load (const std::string &_filename)=0 |
Load a 3D mesh. More... | |
Base class for loading meshes.
MeshLoader | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
Load a 3D mesh.
[in] | _filename | the path to the mesh |
Implemented in ColladaLoader, and STLLoader.