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.88k stars 1.19k forks source link

Failed tests for Float as double #156

Closed tsulej closed 6 years ago

tsulej commented 6 years ago

When Float is double following tests fail

[----------] Global test environment tear-down [==========] 187 tests from 31 test cases ran. (301083 ms total) [ PASSED ] 174 tests. [ FAILED ] 13 tests, listed below: [ FAILED ] Triangle.Reintersect [ FAILED ] BSDFSampling.Beckmann_VA_0p5 [ FAILED ] BSDFSampling.TR_VA_0p5 [ FAILED ] BSDFSampling.Beckmann_std_0p5 [ FAILED ] BSDFSampling.TR_std_0p5 [ FAILED ] BSDFSampling.Beckmann_VA_0p2_0p1 [ FAILED ] BSDFSampling.TR_VA_0p3_0p15 [ FAILED ] BSDFSampling.Beckmann_std_0p2_0p1 [ FAILED ] BSDFSampling.TR_std_0p2_0p1 [ FAILED ] BSDFSampling.Beckmann_VA_0p4_0p3 [ FAILED ] BSDFSampling.TR_VA_0p3 [ FAILED ] BSDFSampling.Beckmann_std_0p2 [ FAILED ] BSDFSampling.TR_std_0p05_0p1

13 FAILED TESTS

mmp commented 6 years ago

Duplicate of #51

tsulej commented 6 years ago

oops, sorry for duplicate