Foundations of 3D Computer Graphics

Keyframe Animation: Part II


Spec
(no code)

In this project you will substitute the linear interpolation used in the previous keyframe assignment, with Catmull-Rom interpolation. This will allow for smooth animation.

This project builds off of a completed version of the Keyframe Animation: Part I assignment.