Go to the documentation of this file.
17 #ifndef IGNITION_COMMON_MESHEXPORTER_HH_
18 #define IGNITION_COMMON_MESHEXPORTER_HH_
21 #include <ignition/common/graphics/Export.hh>
43 public:
virtual void Export(
const Mesh *_mesh,
44 const std::string &_filename,
bool _exportTextures =
false) = 0;
Forward declarations for the common classes.
Base class for exporting meshes.
Definition: MeshExporter.hh:30
A 3D mesh.
Definition: Mesh.hh:41