We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e030b7b commit e7d3f53Copy full SHA for e7d3f53
1 file changed
include/slg/engines/caches/photongi/pgicbvh.h
@@ -54,6 +54,7 @@ class PGICPhotonBvh : public IndexBvh<Photon> {
54
template<class Archive> void serialize(Archive &ar, const u_int version) {
55
ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(IndexBvh);
56
ar & entryNormalCosAngle;
57
+ ar & photonTracedCount;
58
}
59
60
float entryNormalCosAngle;
0 commit comments