Goals
- Get experience converting vector equations into code
- Parse input file into appropriate data structures
- Compute ray directions over an image
- Compute ray-sphere and ray-triangle intersections
Rubric
| Weight | What |
|---|---|
| 30% | Assignment basics |
| 20% | I/O |
| 20% | Setting up rays |
| 30% | Intersections |