/MitsubaTest

A repo just for learning how to use Mitsuba

Primary LanguagePython

MitsubaTest License

A repo just for learning how to use Mitsuba


The Idea

This is just me using Mitsuba in order to get familiarized with it.

My First Render
Rendering from custom sensor

Requirements

You'll need a Python interpreter to run the Mitsuba Test.

1. Downloading the repository:

Start by cloning the repository with git clone https://github.com/Frollo24/MitsubaTest.

2. Configuring the dependencies:

Mitsuba Test uses the Mitsuba 3 renderer and the Matplotlib library. You can install them using the following commands:

pip install mitsuba
pip install matplotlib

3. Running the project:

Once you've installed the dependencies, you can run the render test with python3 main.py at the root directory of the repository.