More photons. Still buggy as hell.

This commit is contained in:
2017-02-22 21:14:08 -04:00
parent e361dc516e
commit c6060521d4
5 changed files with 96 additions and 161 deletions

View File

@@ -18,7 +18,7 @@ public:
private:
float m_h_radius;
kdTree m_photon_map;
vec3 trace_photon(Ray &r, Scene * s, const unsigned int rec_level, const bool specular = false);
void trace_photon(Photon & ph, Scene * s, const unsigned int rec_level);
};
#endif