Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
ModelImporter.hpp
1
#pragma once
2
3
#include <filesystem>
4
#include <string>
5
#include <vector>
6
#include <map>
7
8
#include <assimp/scene.h>
9
#include <glm/glm.hpp>
10
11
#include <Common/Formats/Model.hpp>
12
#include <Common/ResourcePipeline/Uuid.hpp>
13
#include <Common/Editor/Importer.hpp>
14
15
namespace
Grindstone::Editor::Importers {
16
const
Grindstone::Editor::ImporterVersion modelImporterVersion = 1;
17
void
ImportModel(Grindstone::Editor::AssetRegistry& assetRegistry, Grindstone::Assets::AssetManager& assetManager,
const
std::filesystem::path& path);
18
}
sources
code
Plugins
EditorModelImporter
ModelImporter.hpp
Generated by
1.13.2