mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.88k stars 1.19k forks source link

"Integrator/Path Length" stat declared as float in VolPathIntegrator #176

Closed abusch closed 6 years ago

abusch commented 6 years ago

It's probably super minor, but for some reason, the "Integrator/Path Length" stat in VolPathIntegrator is declared as STAT_FLOAT_DISTRIBUTION, whereas it is declared as STAT_INT_DISTRIBUTION in PathIntegrator.

mmp commented 6 years ago

Thanks! Fixed.