17 #ifndef IGNITION_COMMON_COLLADALOADER_HH_
18 #define IGNITION_COMMON_COLLADALOADER_HH_
22 #include <gz/common/config.hh>
23 #include <gz/common/graphics/Export.hh>
26 #include <ignition/utils/ImplPtr.hh>
49 IGN_UTILS_IMPL_PTR(dataPtr)
Class used to load Collada mesh files.
Definition: gz/common/ColladaLoader.hh:35
ColladaLoader()
Constructor.
virtual Mesh * Load(const std::string &_filename)
Load a mesh.
virtual ~ColladaLoader()
Destructor.
Base class for loading meshes.
Definition: gz/common/MeshLoader.hh:34
A 3D mesh.
Definition: gz/common/Mesh.hh:43
Forward declarations for the common classes.