Separated BRDF from light source.

This commit is contained in:
Miguel Angel Astor Romero
2017-01-11 14:51:21 -04:00
parent a9670e93f0
commit f150f8f24c
13 changed files with 94 additions and 66 deletions

View File

@@ -20,6 +20,8 @@
#include "point_light.hpp"
#include "tracer.hpp"
#include "path_tracer.hpp"
#include "brdf.hpp"
#include "phong_brdf.hpp"
using namespace std;
using namespace glm;