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

Found via `codespell -q 3 -L contributer,te`

I use Python3 and Scons-v4.3 to build the mitsuba, but was unable to detect the qt5 when building. I try to get the exception from qt5.py, and I find that...

Greetings, I was looking to create either a model or medium rendering that I can adjust the absorption and scattering coefficient to directly. Is that possible with mitsuba? If so,...

I was trying to compile mitsuba 0.6.0 on Ubuntu 20.04 machine. I have changed the compiler to `-std=gnu++11` for this version of Ubuntu. Previously, I have successfully compiled mitsuba on...

Qt5 rearranges the the file structure and `QtGui/QAction.h` and 'QtGui/QApplication.h` have been moved to `QtWidgets` subdirectory and thus cause build error: ``` Checking for Qt 5.x... yes Checking for g++...

I properly followed the documentation for building mitsuba. I am currently getting an error below. ``` In file included from include/mitsuba/mitsuba.h:52, from src/libhw/glrenderer.cpp:19: src/libhw/glrenderer.cpp: In member function ‘virtual void mitsuba::GLRenderer::init(mitsuba::Device*,...

Before this commit, SCons could not detect Qt if Python 3 is used. After the `2to3` conversion of the two files, Qt can be detected and `mtsgui` can compile. But...

Fixes #82. Checks needed: - [ ] macOS with SCons @ Python 2 - [x] macOS 10.13 with SCons 3.0.1 @ Python 3.6.5 - [ ] Linux with SCons @...

I am not able to compile Mitsuba on Windows11: following the suggestions given in [#61](https://github.com/mitsuba-renderer/mitsuba/issues/61) and running `C:\Python27\scons.bat` from VS2017's Developer Command Prompt and in the Mitsuba root directory, I...

The build completes, though prepended with the warning that `VC version 15.0 not installed` and `Unable to detect a Qt installation -- not building the GUI!` I also get a...