Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
2.89k
stars
457
forks
source link
remove redundant function declaration: SameHemisphere() has been declared twice #400
Closed
w3ntao closed 1 day ago
One version takes a
Vector3f
and the other takes aNormal3f
, so I don't think they are redundant.