How to use the plugin "measured_polarized" to call my own pBRDF dataset #695
-
Beta Was this translation helpful? Give feedback.
Answered by
njroussel
Apr 26, 2023
Replies: 1 comment
-
Hi @helloKOGOU So I think this is a typo: the database will give you a ".pbsdf" file which you can just pass to Mitsuba without any changes. The ".pbrdf" extension is meaningless, the binary content is what matters. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
njroussel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @helloKOGOU
So I think this is a typo: the database will give you a ".pbsdf" file which you can just pass to Mitsuba without any changes. The ".pbrdf" extension is meaningless, the binary content is what matters.
The authors' website also provides a script to load the files in Pyhton and a README, these should give you an idea of how the file layout is.