Sceneview
 All Classes Functions Variables Enumerations Enumerator Groups Pages
importer_assimp.hpp
1 // Copyright [2015] Albert Huang
2 
3 #ifndef SCENEVIEW_ASSIMP_IMPORTER_HPP__
4 #define SCENEVIEW_ASSIMP_IMPORTER_HPP__
5 
6 #include <sceneview/scene.hpp>
7 #include <sceneview/resource_manager.hpp>
8 
9 namespace sv {
10 
17 Scene::Ptr ImportAssimpFile(ResourceManager::Ptr resources,
18  const QString& fname,
19  const QString& scene_name = ResourceManager::kAutoName);
20 
21 } // namespace sv
22 
23 #endif // SCENEVIEW_ASSIMP_IMPORTER_HPP__