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.89k stars 457 forks source link

remove redundant function declaration: SameHemisphere() has been declared twice #400

Closed w3ntao closed 1 day ago

mmp commented 1 month ago

One version takes a Vector3f and the other takes a Normal3f, so I don't think they are redundant.