Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 379 Bytes

File metadata and controls

15 lines (11 loc) · 379 Bytes

C++ Raytracer

It can only render spheres and planes right now. Uses a materials system but no textures yet. Saves the render as a .ppm image.

example render

More images

first render One of the first renders

second render Added reflections and checkerboard

third render Better shading, fresnel, fog