#include <assimp.h>
Public Member Functions | |
void | load (const std::string &resource_path) |
Loader () | |
~Loader () | |
Public Attributes | |
Assimp::Importer * | importer |
aiScene const * | scene |
hpp::fcl::internal::Loader::Loader | ( | ) |
Definition at line 62 of file assimp.cpp.
hpp::fcl::internal::Loader::~Loader | ( | ) |
Definition at line 76 of file assimp.cpp.
void hpp::fcl::internal::Loader::load | ( | const std::string & | resource_path | ) |
Definition at line 80 of file assimp.cpp.