Go to the documentation of this file.
17 #ifndef GZ_COMMON_MESHEXPORTER_HH_
18 #define GZ_COMMON_MESHEXPORTER_HH_
21 #include <gz/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: gz/common/MeshExporter.hh:30
A 3D mesh.
Definition: gz/common/Mesh.hh:41