Fixed a bug in pviewer.
This commit is contained in:
@@ -14,6 +14,7 @@ public:
|
||||
virtual vec3 trace_ray(Ray & r, Scene * s, unsigned int rec_level) const;
|
||||
|
||||
void build_photon_map(Scene * s, const size_t n_photons_per_ligth = 10000, const bool specular = false);
|
||||
void build_photon_map(const char * photons_file);
|
||||
|
||||
private:
|
||||
float m_h_radius;
|
||||
|
||||
Reference in New Issue
Block a user