mitsuba-tutorials icon indicating copy to clipboard operation
mitsuba-tutorials copied to clipboard

Tutorials and other resources for the Mitsuba 3 library

Results 3 mitsuba-tutorials issues
Sort by recently updated
recently updated
newest added

This will need to be merged before the integrator AOV change to prevent CI breakage: https://github.com/mitsuba-renderer/mitsuba3/pull/1013

I am currently learning how to use Mitsuba3, the tutorials are immensely helpful. I want to achieve this function: **manually specify the k ray samples for Pixel at (x, y).**.For...

https://mitsuba.readthedocs.io/en/stable/src/rendering/scripting_renderer.html ![image](https://github.com/user-attachments/assets/a816454d-dc31-4ff0-b281-cbf781e5eead) When I try to run this code in PyCharm, I encounter the following error: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[58], line 4 1 #...