top of page

OpenGL Roller Coaster Animation

Built in C++ with the OpenGL API. Utilized splines and linear algebra to generate a rollercoaster track. Path is read from a JSON file containing point locations. These points are then used to calculate and render the planes that form the three-dimensional track.

CSCI 420 - Computer Graphics - Jernej Barbič - University of Southern California

* Course assignments also included programming a raycaster.

Related Work

     

bottom of page