3 #ifndef SCENEVIEW_ASSET_IMPORTER_HPP__
4 #define SCENEVIEW_ASSET_IMPORTER_HPP__
8 #include <sceneview/scene.hpp>
9 #include <sceneview/resource_manager.hpp>
37 static Scene::Ptr
ImportFile(ResourceManager::Ptr resources,
39 const QString& resource_name = ResourceManager::kAutoName);
45 #endif // SCENEVIEW_ASSET_IMPORTER_HPP__
static Scene::Ptr ImportFile(ResourceManager::Ptr resources, const QString &fname, const QString &resource_name=ResourceManager::kAutoName)
Imports assets from a file.
Imports 3D assets (models) from file.
Definition: asset_importer.hpp:19