aashiqsworld / aeon-tracer

Ray Tracer developed with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aeon Tracer

Ray traced scene

A C++ Ray Tracer.

Ray traced cube

Current features:

  • Ray traced meshes (triangular)
  • Ray traced spheres
  • bitmap support
  • materials (diffused, Metal, Dielectric)
  • reflection/refraction
  • physically-based Camera
  • Bounded Volume Hierarchies for faster rendering
  • ppm image output

About

Ray Tracer developed with C++


Languages

Language:C++ 98.9%Language:CMake 1.1%