Example NotebookΒΆ

This notebook will demonstrate a basic rendering workflow using eradiate-mitsuba.

TODO: Replace this placeholder with a worked example showing how to set up a simple scene with an eradiate-specific plugin and render it.

[ ]:
import mitsuba as mi

mi.set_variant("scalar_mono")
print("Mitsuba variant:", mi.variant())