Added basic camera functionality

This commit is contained in:
Robert 2021-01-22 19:02:14 +01:00
parent 6c55ba6339
commit 06614dd1b0
7 changed files with 200 additions and 17 deletions

View file

@ -13,6 +13,7 @@
#include <shader.hpp>
#include <texture.hpp>
#include <object.hpp>
#include <camera.hpp>
namespace oglu
{