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

`conductor.obj : error LNK2001: unresolved external symbo "__declspec(dllimport) int __cdecl Imf::globalThreadCount(void)" (__imp_?globalThreadCount@Imf@@YAHXZ) conductor.obj : error LNK2001: unresolved external symbo "__declspec(dllimport) public: class Imath::Box const & __cdecl Imf::RgbaInputFile::dataWindow(void)const " (__imp_?dataWindow@RgbaInputFile@Imf@@QEBAAEBV?$Box@V?$Vec2@H@Imath@@@Imath@@XZ) conductor.obj...

Trying to build on Ubuntu 18.04.2 LTS and have tried following guide in the [documentation](http://mitsuba-renderer.org/releases/current/documentation.pdf) and one [other](https://cgcvtutorials.wordpress.com/2017/05/31/install-mitsuba-on-linux-16-04/). Both result in the same issue and I would appreciate any help...

Hi, I've been trying to compile Mitsuba on my Linux, and now that I've dealt with the Qt5.pc->Qt.pc thingy as explained in #125, I'm experiencing a huge chunk of compilation...

How can I change or set the background color? When I render to an EXR file the background is black and when I open the XML in the mtsgui.exe the...

Great job! I want to save the albedo map, depth map, normal map and roughness map with mitsuba. Thanks!

This PR fixes the problem of the wrong radius update (#145). I added three lines of code that prevent photons to be stored in KD-tree when the surface normal and...

### Problem The SPPM integrator accidentally updates the radius when photons arrive at the opposite side of the surface. ### Cause It's because there are no exception codes to prevent...

I am using one of the latest Linux Mint (Ubuntu based) it fails to build while looking for qt libraries: > Package QtGui was not found in the pkg-config search...

When I follow the steps in #61, I meet the problems like following, I don't know how to fix it up, maybe someone can help me ```txt (py27) D:\Code\mitsuba\mitsuba>scons scons:...

I got compilation issues while trying to compile mitsuba 0.6 on Ubuntu 18.04. The first issue is the `Qt5xxx` vs `Qtxxx` issue as stated in #32 and is solved by...