spherical camera #536
-
Dear Community, MItsuba 0.6 can set: sensor type="spherical", but seems it is not available in Mitsuba3 Does anyone know how to set the spherical camera in MItsuba3? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Gzhji, Currently the spherical sensor is indeed not implemented in Mitsuba 3. I once implemented a spherical sensor as a Python plugin. Feel free to use this one or use it as an inspiration how to forward port the implementation from Mitsuba 0.6: Best, |
Beta Was this translation helpful? Give feedback.
Hi Gzhji,
Currently the spherical sensor is indeed not implemented in Mitsuba 3. I once implemented a spherical sensor as a Python plugin. Feel free to use this one or use it as an inspiration how to forward port the implementation from Mitsuba 0.6:
https://github.com/rgl-epfl/differentiable-sdf-rendering/blob/main/figures/spherical_sensor.py
Best,
Delio