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.87k stars 1.18k forks source link

Small Typo "PBRT_FLOAT_IS_DOUBLE" #199

Closed HiroyukiSakai closed 5 years ago

HiroyukiSakai commented 6 years ago

I think I've stumbled upon a small typo in /src/core/rng.h, line 55: PBRT_FLOAT_IS_DOUBLE should be replaced with PBRT_FLOAT_AS_DOUBLE.

Thanks for the great work!

mmp commented 5 years ago

Fixed now--thanks!