Model is now transformable

This commit is contained in:
Robert 2021-01-30 04:23:10 +01:00
parent 8c62929e3c
commit 9a40f89fe8
3 changed files with 12 additions and 5 deletions

View file

@ -5,13 +5,14 @@
#include <core.hpp>
#include <shader.hpp>
#include <object.hpp>
#include <model/mesh.hpp>
#include <assimp/scene.h>
namespace oglu
{
class OGLU_API Model
class OGLU_API Model : public Transformable
{
public:
Model(const std::string& path);