rhaeus / basic_raytracer

Basic raytracer implementation as final project for course DH2323 Computer Graphics and Interaction at KTH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Raytracer

Features

  • Recursive backwards ray tracing
  • Phong Illumination
  • Refractive/Reflective materials
  • Anti-aliasing
  • Soft shadows (area light)
  • Bounding volume hierarchy for faster intersection tests
  • UV texture mapping
  • Procedural textures using Perlin noise
  • Procedural normal mapping using Perlin noise
  • Triangles, Spheres, Planes, Cubes

Cornell Box Showcase

Material Showcase

About

Basic raytracer implementation as final project for course DH2323 Computer Graphics and Interaction at KTH


Languages

Language:C 71.5%Language:C++ 22.7%Language:TeX 5.3%Language:CMake 0.4%