wangningbei/sourceCodeMBBRDF

Code not working in mitsuba 0.6

Closed this issue · 4 comments

Hi Bei,

Thanks for providing the code alongside your article. I wanted to produce some comparison images and timings this last day, and couldn't get the scene from Eric Heitz mitsuba reference code working with your model.

  • The code from 2022 render the following with default params:
    scene_test_conductor
  • The code from 2022 just crashes if I set order = 10
  • The code from 2023 just segfaults and have a ton of divide by zero
  • Note that I also compiled the code from Eric successfully, I can get the scene rendered:
    scene_test_conductor

Is there any other modifications of the codebase I should be aware of to make the code working ?

Thanks,

Basile

ib00 commented

I noticed similar problem.

@bfraboni Did you get this to work?

@ib00 unfortunately no, I gave up after few iterations on it.

Sorry for the late response. This crash is due to the random number issue and has been fixed. We did not meet this problem previously, when we use the path integrator. Please let us know if further issues have been found.

Thank you @wangningbei , Closing this one !