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.91k stars 1.2k forks source link

<ParallelForLoop Private Data> with Private instead of Public keyword #104

Closed matt77hias closed 7 years ago

matt77hias commented 7 years ago

WIP: should need some extra getters/setters or just no Private members at all (or some friend functions)