18 #ifndef IGNITION_COMMON_OBJLOADER_HH_
19 #define IGNITION_COMMON_OBJLOADER_HH_
24 #include <ignition/utils/ImplPtr.hh>
26 #include <gz/common/config.hh>
28 #include <gz/common/graphics/Export.hh>
35 class OBJLoaderPrivate;
53 IGN_UTILS_IMPL_PTR(dataPtr)
Base class for loading meshes.
Definition: gz/common/MeshLoader.hh:34
A 3D mesh.
Definition: gz/common/Mesh.hh:43
Class used to load obj mesh files.
Definition: gz/common/OBJLoader.hh:39
virtual Mesh * Load(const std::string &_filename)
Load a mesh.
virtual ~OBJLoader()
Destructor.
Forward declarations for the common classes.