Replies: 1 comment
-
Hi @qsh-zh There are two ways you can describe scenes in Mitusba. The first is the XML description as you mentioned, the second is a Python direction as explained here: https://mitsuba.readthedocs.io/en/stable/src/rendering/multi_view_rendering.html#Loading-a-scene. I'm not quite sure what you're trying to achieve. Currently, Mitsuba doesn't have a SDF grid If you just want the tensor in Mitsuba you can write If you're just getting started, I'd highly recommend you read through some of the tutorials and documentation on https://mitsuba.readthedocs.io/en/stable/index.html and https://drjit.readthedocs.io/en/latest/. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to mitsuba3. It seems the scene is stored in a customized XML format. If I have a sdf in 3d tensor, with each element representing the distance to the surface, what is the best practice to port the 3d tensor in mitsuba3?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions