Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.21 KB

CPU Raytracer

Splash image

A raytracer implemented in C++. This project is part of a university assignment for the module "Programmier Paradigmen" at TUHH.

Features

  • Phong lighting model
  • Raytraced reflections and shadows
  • Voxel models
  • Multithreading
  • GUI and CLI
  • Scene serialization
  • Live editing
  • HDR textures
  • Almost real-time (Not when compiling with debug configuration)

See also

Dependencies