Added ambient lighting

This commit is contained in:
Robert 2021-01-25 20:53:28 +01:00
parent dea312a704
commit 482205b96e
9 changed files with 69 additions and 9 deletions

View file

@ -15,6 +15,8 @@
#include <object.hpp>
#include <camera.hpp>
#include <lighting/ambient.hpp>
namespace oglu
{
/**