Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 478 Bytes

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