Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 331 Bytes

File metadata and controls

11 lines (9 loc) · 331 Bytes

RayTracer in C++20

Following Ray Tracing in One Weekend

Book 1

Here an example scene created after book 1. I added some parallism using OpenMP. Book 1

TODO: [] Make a scene render class. A simple rotation for generation of gifs suffices [] Add a rectangle class