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