3D Camera in a 2D Scene

Author: Tyler Johnston
Script: app.js
Tools: JavaScript HTML Canvas 2D GL Matrix
Date Posted: 01/06/2022

Project Description:

Note: From this point on in the course, I became more dependent on class examples, and my understanding of material weakened. An unfortunate byproduct of a busy post-midterm semester.

The goal of this assignment was to utilize a camera to navigate a 3D scene (despite being in a 2D context).

I heavily referenced this lecture example.

I chose to go the parametric curve route for this assignment. I went with a perspective projection. I tinkered with the Up Vector so that the camera rotates in an interesting pattern.