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

Hi I'm having a situation, i'm trying to run my mitsuba 2 using the plugins that i have used in mitsuba 0.5.0 with python 2 previously, but i have found...

Hello. I follow the documentation for compiling. Just didn't do the Collada thing. http://mitsuba-renderer.org/docs.html. Instead of installing `libpng12-dev` I installed `libpng-dev`, and instead of `libpcrecpp0` I installed `libpcrecpp0v5`. I haven't...

Hi, I found the build/SConscript.configure and build/SConscript.install have several python 2 version print: for example: print 'Using configuation file \"%s\"" % configFile' and when I use scons, they give me...

when integrate mitsuba 0.6.0 64bit with python 3.6 64bit in win10 64: `import os, sys` `sys.path.append('D:/RenderProject/mitsuba-0.6.0/dist/python/3.6')` `os.environ['PATH'] = 'D:/RenderProject/mitsuba-0.6.0/dist' + os.pathsep + os.environ['PATH']` `import mitsuba` i got the error: `Traceback...

I have discovered a strange behavior of BDPT when rendering a Cornell Box with a point light. ![point_light_bug_edit](https://user-images.githubusercontent.com/24512922/80452067-f4f0e280-8914-11ea-8e2c-cda6b33a7483.jpg) There is a single firefly on the back wall whose position depends...

Hi, I want to exclude mtsgui when compiling on my archlinux, since it often leads to errors. So how to modify the config file to do for this? Thx.

In the implementation of PSSMLT, `m_sensorSampler` and `m_emitterSampler` are swapped. The object initialization for `m_pathSampler` does not follow the `PathSampler`'s [default constructor signature](https://github.com/mitsuba-renderer/mitsuba/blob/master/src/libbidir/pathsampler.cpp#L32). You can check that this is the...

Provide a simple fix for issue #54 also fix wrong call to pthread_setname_np (under linux) in file src/libcore/thread.cpp

Row / column bounds did not match matrices in transpose()

Component selection bug that breaks null scattering in bidir integrators for some BSDFs