Base class for exporting meshes. More...
#include <common/common.hh>
Public Member Functions | |
MeshExporter () | |
Constructor. More... | |
virtual | ~MeshExporter () |
Destructor. More... | |
virtual void | Export (const Mesh *_mesh, const std::string &_filename, bool _exportTextures=false)=0 |
Export a mesh to a file. More... | |
Base class for exporting meshes.
gazebo::common::MeshExporter::MeshExporter | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
Export a mesh to a file.
[in] | _mesh | Pointer to the mesh to be exported |
[in] | _filename | Exported file's path and name |
[in] | _exportTextures | True to export texture images to '../materials/textures' folder |
Implemented in gazebo::common::ColladaExporter.