Moved BRDF to material definition.

This commit is contained in:
Miguel Angel Astor Romero
2017-01-12 13:38:42 -04:00
parent 8c33e46b3d
commit f7f912ff82
13 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
#include "brdf.hpp"
class PhongBRDF: public BRDF{
class PhongBRDF: public BRDF {
public:
PhongBRDF() { }
virtual ~PhongBRDF() { }