Skip to content

Quizzer/3D-Raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

3D-Raytracer

Recursive Raytracer written in Python.

Installation

  • 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

Generated Images

  • #1 - non-recursive Raytracer
  • #2 - recursive Raytracer
  • #3 - recursive Raytracer with structured floor space
a project by Dominik Neu
at RheinMain University of Applied Sciences
for subject "Generative Computergrafik"
teached by Prof. Dr. U. Schwanecke

About

Recursive Raytracer written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages