#include "ModelImporter.h"#include <fstream>#include <assimp/Importer.hpp>#include <assimp/scene.h>#include <assimp/postprocess.h>#include "glm/detail/type_mat4x4.hpp"#include "glm/gtc/quaternion.hpp"#include "glm/gtx/matrix_decompose.hpp"#include "hellfire/graphics/Mesh.h"#include "hellfire/graphics/Vertex.h"#include "hellfire/graphics/material/MaterialData.h"#include "hellfire/serializers/MaterialSerializer.h"#include "hellfire/serializers/MeshSerializer.h"Go to the source code of this file.
Namespaces | |
| namespace | hellfire |