Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

Simple Raytracer

colored balls on checkered ground

This is a simple path tracer based on Wikipedia and high-school level physics headcannon. It is written in C++, but none of the code is very idiomatic. There is a basic notion of textures, but refraction is not implemented successfully. Future work, perhaps.