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 am new to Mitsuba and am playing around with the multichannel nested plugin. The documentation covers this fairly deeply for implementing the multi-channel integrator. However, I am having...

``` [user@archlinux collada-dom]$ makepkg ``` Which produces ``` ==> 正在创建软件包:collada-dom 2.4.0-1 (2019年03月21日 星期四 23时20分14秒) ==> 正在检查运行时依赖关系... ==> 正在检查编译时依赖关系 ==> 获取源代码... -> 找到 collada-dom-2.4.0.tgz ==> 正在验证 source 文件,使用md5sums... collada-dom-2.4.0.tgz ... 通过...

I tried to compile Mitsuba v5 (with qt4 cause qt5 is complaining about QtWidget) on Ubuntu 16.04 with gcc 6, using the fix mentionned in https://github.com/mitsuba-renderer/mitsuba/issues/7 Everything went fine except...

After I use cmake to build the vs2013 project successfully, then the compile occurs some errors, most of them was diminished by me ,but there are some errors not solved...

When compiling from source of a variant version of Mitsuba, [https://github.com/cmu-ci-lab/mitsuba_clt](url), I got the error ``` fatal error: zlib.h: No such file or directory ``` I believe this is due...

10 Steps to Install Mitsuba Renderer on Ubuntu [https://medium.com/@sreenithyc21/10-steps-to-install-mitsuba-renderer-on-ubuntu-38a9318fbcdf](url) I followed the above link and ran into the following difficulties. `$ scons -j8` > scons: Reading SConscript files ... Using...

It seems that ubuntu16.04 can not support libcrecpp0, is there any substitute?

Optimized complexity of the MemoryStream write operation. Before complexity of the MemoryStream write operation was O(n) now it is O(log(n)). Complexity gets amortized to O(1) in case of large number...

Dear Mitsuba Developers, I want to only render in a narrow spectral range (e.g. 810nm to 850nm). The spectrum of the emitter and the sensor would be in that range....

It would be beneficial if the certain commits corresponding to the official Mitsuba releases would be tagged and used as GitHub's releases. ### Current Situation Currently, to use versions such...