Recursive Raytracer written in Python.
- install Python (reference version 2.7.) and call main script with
>> python Controller.py
- you have the following options
>> python Controller.py [aufgaben-Nr] [Bildbreite] [Bildhöhe]
- e.g. picture #2 with 1920x1080 pixels is called by
>> python Controller.py 2 1920 1080
- default parameters are
>> python Controller.py 3 400 400
- #1 - non-recursive Raytracer
- #2 - recursive Raytracer
- #3 - recursive Raytracer with structured floor space
at RheinMain University of Applied Sciences
for subject "Generative Computergrafik"
teached by Prof. Dr. U. Schwanecke