mmp / pbrt-v4

Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
https://pbrt.org
Apache License 2.0
2.8k stars 429 forks source link

Silent warning in VDB dependecies #336

Closed pbrt4bounty closed 1 year ago

pbrt4bounty commented 1 year ago

Silence a MSVC warning 4146 caused by NanoVDB code when a unary minus operator is applied to an unsigned type.