Many changes to jensen.

This commit is contained in:
2017-03-15 10:40:34 -04:00
parent 1faaaf0d63
commit c29d64583f
9 changed files with 167 additions and 63 deletions

View File

@@ -165,7 +165,7 @@ public:
void printTree();
std::vector<Photon> findInRange (Vec3 min, Vec3 max) const;
void find_by_distance(std::vector<Photon> & found, const glm::vec3 & point, const glm::vec3 & normal, const float distance, const unsigned int max) const;
void save_photon_list() const;
void save_photon_list(const char * file_name) const;
size_t getNumPhotons();
private: