Skip to content

Extra Functionalities

jiatiansun edited this page Jul 22, 2019 · 1 revision

Basic usage

To use basic rendering functionality of Mitsuba, you can look into Mitsuba documentation. For the extended functionalities, you can consult below instructions to use projectors and coded cameras in the scene. You can also find some example scene files for using extended functionalities (modified from original Mitsuba sample scene files) in the examples/ directory.

Note that to use projector with bidirectional path tracing or light transport probing plugins, it is necessary to disable the lightImage option. Below is an example of doing this,

<integrator type="bdpt">
    <boolean name="lightImage" value="false"/>
</integrator>
Clone this wiki locally