Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 405 Bytes

Raytracer

This is a functional C++ implementation of the raytracing rendering method, built using the SDL library.

It supports multiple scenes with moving cameras, PBR materials, and 3 basic light structures (point, linear and spot). Mesh importing is included, but several simple shape prefabs are offered as well.


01 02