Added model loading

This commit is contained in:
Robert 2021-01-30 04:02:15 +01:00
parent 707687b682
commit 8c62929e3c
24 changed files with 199852 additions and 23 deletions

View file

@ -20,6 +20,9 @@
#include <lighting/point.hpp>
#include <lighting/spotlight.hpp>
#include <model/mesh.hpp>
#include <model/model.hpp>
namespace oglu
{
/**