pbrt-v3 icon indicating copy to clipboard operation
pbrt-v3 copied to clipboard

possible (minor) bug in interaction.h

Open grzegorz-k-karch opened this issue 8 years ago • 2 comments

Hello,

In https://github.com/mmp/pbrt-v3/blob/master/src/core/interaction.h#L70 shouldn't it be Vector3f d = p2 - origin; ?

Kind regards, Grzegorz Karch

grzegorz-k-karch avatar May 27 '17 17:05 grzegorz-k-karch

Nice find--thank you! Now fixed.

mmp avatar Oct 25 '17 18:10 mmp

This breaks the Triangle.Reintersect test for reasons that are no immediately obvious. Pushed a95b0bc97f79785dbbf2576019d730084677b492. Reopening for now.

mmp avatar Oct 25 '17 19:10 mmp