mitsuba2 icon indicating copy to clipboard operation
mitsuba2 copied to clipboard

Mitsuba 2: A Retargetable Forward and Inverse Renderer

Results 106 mitsuba2 issues
Sort by recently updated
recently updated
newest added

Adding textured roughness to the `roughplastic` plugin. This is done similarly to the `roughconductor` plugin.

[❔ other question] Images rendered including the reference image are incorrect when executing the invert_cbox.py. I have tested the same file with default path tracer which produces correct output. Check...

- [❔ other question] ## Summary I was trying to run Mitsuba in Jupyter notebook. I tried the following code: import mitsuba import os mitsuba.set_variant('scalar_rgb') from mitsuba.core import * from...

Hello, I am trying to run a volume optimization with a slightly modified version of mitsuba. When rendering my reference picutres or gradients, the edges of my meshes are always...

Hello, I was trying to run an optimization with a volume grid, and found that the occurances of "hmax" function in the grids3d.cpp code are not compatible with it yet....

## Summary If I try to run the inverse rendering example from the documentation (https://mitsuba2.readthedocs.io/en/latest/src/inverse_rendering/advanced.html), I run into issues during scene loading. It seems like the parser for float values...

Hi all, I am trying to perform an energy calculation, and while I feel like I've read over the docs fairly well, I don't think I see something that exactly...

Hello, In your paper you showed a volume optimization using smoke. I was wondering if there is any code available showing how you setup the scene, especially the .vol file's...

Please give an update about your plans for a next version. Your siggraph 2021 papers are very promising and we are keen to try it out. You mentioned in the...

## Summary Hi, I'm trying to do a differentiable rendering without `free_graph` option. It looks like if the option is enabled, the visited node is erased after used to calculate...