Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 400 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 400 Bytes

Simple Raytracer

Created as an exercise for 'generative computer-graphics' at my college.

Features

  • configurable phong-materials
  • multiple, colored lights
  • recursive calculation of reflections
  • simple shadows

Drawbacks

  • no antialiasing
  • unoptmizied (aka. slow) rendering
  • no support for 3d-object-files

ScreenShot