Class used to load STL mesh files. More...
#include <common/common.hh>
Public Member Functions | |
STLLoader () | |
Constructor. | |
virtual | ~STLLoader () |
Destructor. | |
virtual Mesh * | Load (const std::string &_filename) |
Creates a new mesh and loads the data from a file. | |
Public Member Functions inherited from gazebo::common::MeshLoader | |
MeshLoader () | |
Constructor. | |
virtual | ~MeshLoader () |
Destructor. | |
Class used to load STL mesh files.
gazebo::common::STLLoader::STLLoader | ( | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Creates a new mesh and loads the data from a file.
[in] | _filename | the mesh file |
Implements gazebo::common::MeshLoader.