Added basis for point light

This commit is contained in:
Robert 2021-01-26 16:03:41 +01:00
parent 862ef6d34b
commit b51c5a7557
6 changed files with 105 additions and 6 deletions

View file

@ -16,6 +16,7 @@
#include <camera.hpp>
#include <lighting/ambient.hpp>
#include <lighting/point.hpp>
namespace oglu
{