We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bca411 commit 49f9b78Copy full SHA for 49f9b78
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