Go to the documentation of this file.
18 #ifndef GAZEBO_COMMON_OBJLOADER_HH_
19 #define GAZEBO_COMMON_OBJLOADER_HH_
32 class OBJLoaderPrivate;
50 public:
virtual Mesh *Load(
const std::string &_filename);
54 private: std::unique_ptr<OBJLoaderPrivate> dataPtr;
virtual Mesh * Load(const std::string &_filename)
Load a mesh.
Forward declarations for the common classes.
Definition: Animation.hh:26
common
Definition: FuelModelDatabase.hh:37
virtual ~OBJLoader()
Destructor.
Class used to load obj mesh files.
Definition: OBJLoader.hh:39
Base class for loading meshes.
Definition: MeshLoader.hh:36
A 3D mesh.
Definition: Mesh.hh:42