Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 589 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 589 Bytes

RayTracer

Simple Ray-Tracing program with Python

  • Use a ray tracing algorithm.
  • Support arbitrary perspective projections as described in the file format section below.
  • Support spheres and axis-aligned boxes.
  • Support the Lambertian and Blinn-Phong shading models.
  • Support point lights that provide illumination that does not fall off with distance.