Moved area light base class to it's own file.

This commit is contained in:
Miguel Angel Astor Romero
2017-02-13 17:08:35 -04:00
parent 9b491eccab
commit db2ee80c14
9 changed files with 93 additions and 132 deletions

View File

@@ -4,6 +4,7 @@
#include "path_tracer.hpp"
#include "sampling.hpp"
#include "area_light.hpp"
using std::numeric_limits;
using namespace glm;