Skip to content

Commit

Permalink
reported sppm photon map size now include the photons themselves.
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Aug 9, 2014
1 parent 78480d8 commit b92eace
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ SPPMPhotonMap::SPPMPhotonMap(SPPMPhotonVector& photons)

Statistics statistics;
statistics.insert_time("build time", builder.get_build_time());
statistics.insert_size("size", photons.get_memory_size());
statistics.merge(knn::TreeStatistics<knn::Tree3f>(*this));

RENDERER_LOG_DEBUG("%s",
Expand Down

0 comments on commit b92eace

Please sign in to comment.