Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 586 Bytes

File metadata and controls

12 lines (7 loc) · 586 Bytes

Basic Python Raytracer

This is a very simple raytracer written in Python 2. It is an university project to understand the basic concepts of [ray casting] 1, [Phong reflection model] 2 and related concepts.

Please note that rendering the actual image may take several minutes.

Example of a rendered scene:

ScreenShot