mitsuba icon indicating copy to clipboard operation
mitsuba copied to clipboard

Mitsuba renderer main repository

Results 93 mitsuba issues
Sort by recently updated
recently updated
newest added

When compiling the doc, it encountered the following errors: `("D:\MiKTeX 2.9\tex\latex\listings\lstlang1.sty")` `("D:\MiKTeX 2.9\tex\latex\listings\lstmisc.sty")` `! Argument of \lst@next has an extra }.` ` ` `\par ` The error is caused by...

Now these type of objects can be created with a call to PluginManager::create

This PR adds the CXX switch **-std=c++11** in config-linux-gcc.py. I don't know why I'm the first to hit this, but If I don't specify -std=c++11, I get the same build...

Hi, I try to render a scene with directional light. However, using mlt integrator, the rendering results have many noisy points under certain light directions, as the figure I show...

Title. Would we consider further migration to GLEW 2.0? Or this is something should be in Mitsuba 2?

When we have a bsdf like this: ![image](https://user-images.githubusercontent.com/28353492/48906479-86962e00-ee9f-11e8-8597-9fba2f2168df.png) The PhotonMapping algorithm seems can not render it correct on both two sides. It will be all black in one side, seems...

I want to render sssdragon with singlescatter plugin and singlescatter needs a BSDF child node. I set the child node like this but get lots of nan value from ImageBlock

Since updating to Mojave, mtsgui crashes at launch (mitsuba, that is the version without the GUI, works nicely). Crash report: ``` [wpa2-194-199-31-5-dyn:~/Documents/workspace/mitsuba] holzschu% mtsgui ../mitsuba_manifold/test_scenes/BUMP/BUMP.xml 2018-09-26 16:39:22 WARN main [thread.cpp:664]...

Is VPL integrator supported under command line interface on a server without a GUI? I got the following error when I tried to run. And no image is generated. I...