Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 486 Bytes

File metadata and controls

23 lines (17 loc) · 486 Bytes

Ray tracing

A rendered image of three spheres in different materials and colors

This is a basic ray tracer built in a weekend, following the "Ray tracing in one weekend" book. The ray tracer supports the following:

Shapes:

  • triangles
  • spheres
  • Soon: meshes

Materials:

  • diffuse
  • reflective (and partially reflective)
  • emitting
  • refractive

Camera configuration:

  • position
  • orientation
  • field of view
  • focal point