ComputerGraphik TU WIEN
|
#include <glm/mat4x4.hpp>
#include <assimp/mesh.h>
#include <assimp/scene.h>
#include <assimp/Importer.hpp>
#include <string>
#include <memory>
Go to the source code of this file.
Classes | |
class | AssimpLoader |
The class which is responsible for loading all the details to build up a scene. More... | |