You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In mitsuba documentation 0.5.0, it states that obj files .mtl files can be automatically loaded. I currently have a obj file where some parts of it are red and some parts are blue (all using the simplest diffuse model). I opened the obj file with windows 3d viewer and it looks fine.
then I get the error that each obj can only be assigned with a single bsdf. Does that mean that I need to divide my obj files into parts, and assign a different bsdf to each one instead of simply using the .mtl file?
I'm currently using python 3.12 and mitsuba 3.5.
The text was updated successfully, but these errors were encountered:
In mitsuba documentation 0.5.0, it states that obj files .mtl files can be automatically loaded. I currently have a obj file where some parts of it are red and some parts are blue (all using the simplest diffuse model). I opened the obj file with windows 3d viewer and it looks fine.
However, if I simply add the obj in mitsuba as:
Then it renders the whole obj as a gray diffuse surface. If I do the same thing as stated in the documentation:
then I get the error that each obj can only be assigned with a single bsdf. Does that mean that I need to divide my obj files into parts, and assign a different bsdf to each one instead of simply using the .mtl file?
I'm currently using python 3.12 and mitsuba 3.5.
The text was updated successfully, but these errors were encountered: