What kind of renderer does Mitsuba use?

What kind of renderer does Mitsuba use?

Mitsuba is a free, open source (GPL), physically based renderer that implements a variety of material and volumetric scattering models, and also implements some of the latest and greatest integration techniques (bidirectional path tracing, photon mapping, metropolis light transport, etc.).

Do you need bidirectional path tracer for Mitsuba?

The bidirectional path tracer aims to improve on this by also tracing additional paths starting from the light sources. The regular path tracer also won’t handle volumetrics, and so you will need to switch to the volumetric path tracer if you every want to experiment with that.

Which is the best technique to use in Mitsuba?

If you’re not sure which technique to use, the path tracer is a good default choice. It makes use of unbiased monte carlo techniques to compute diffuse and specular reflectance from both direct and indirect light sources, which essentially means that if you increase the number of samples it will always converge on the “correct” result.

What are the new features of Mitsuba 0.5.0?

Mitsuba 0.5.0 also lays the groundwork for future rendering plugin improvements using two new features: after loading the Mitsuba Python bindings into the Blender process, Mitsuba can directly access Blender’s internal geometry data structures without having to go through the interpreter.

What can shape be used for in mitsuba2?

Alternatively, a shape can mark the beginning of a region of space that isn’t solid at all, but rather contains a participating medium, such as smoke or steam. Finally, a shape can be used to create an object that emits light on its own. Shapes are usually declared along with a surface scattering model named BSDF (see the respective section ).

How to install the Mitsuba plugin in Blender?

How to install: The current version of the plugin is available in the mitsuba-blender Mercurial repository (download a ZIP file of the latest version here ). Unpack this file and move the resulting mitsuba folder into your Blender scripts/addons folder.

How to create a scene in Mitsuba quick start?

Go head and open up “TestScene.xml” in your favorite text editor, and have a look around. It should look like this: If you scroll around a bit, you’ll see declarations for various elements of the scene. Probably what you’ll notice first is a bunch of “shape” declarations: these are the various meshes that make up the scene.