Added gallery.

This commit is contained in:
2017-05-21 12:21:39 -04:00
parent 6b98770b0e
commit e69e030b20
16 changed files with 24 additions and 10 deletions

View File

@@ -2,6 +2,8 @@
#ifndef HSA_BRDF_HPP
#define HSA_BRDF_HPP
#include <glm/glm.hpp>
#include "phong_brdf.hpp"
using glm::normalize;