Goals

  1. Get experience converting vector equations into code
  2. Parse input file into appropriate data structures
  3. Compute ray directions over an image
  4. Compute ray-sphere and ray-triangle intersections

Rubric

WeightWhat
30%Assignment basics
20%I/O
20%Setting up rays
30%Intersections