Skip to content

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

Notifications You must be signed in to change notification settings

rhaeus/basic_raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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