Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 428 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 428 Bytes

Kansoku

Kansoku is a rewrite of a real-time raytracer I wrote in Java a while ago.

It uses a simple raytracing algorithm to project a three dimensional scene to a two dimensional screen, while processing shadows.

Video Demonstration

alt

Although fairly optimized, further optimizations could be done by using a bounded volume hierarchy to store objects.