Moved BRDF to material definition.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "brdf.hpp"
|
||||
|
||||
class PhongBRDF: public BRDF{
|
||||
class PhongBRDF: public BRDF {
|
||||
public:
|
||||
PhongBRDF() { }
|
||||
virtual ~PhongBRDF() { }
|
||||
|
Reference in New Issue
Block a user