CSCI 441 - Computer Graphics

Fall 2017

|     Home   |   Syllabus  |   Assignments  |   Leaderboard  |   Schedule  |   Resources    |

Targa


Targa's Banner

Targa with an amusement park ride behind him.
This program allowed you to control Targa and walk between different rides. He would also make an expression and swing his arms up when you clicked with the mouse.

This program implemented a car to move around the grid with and an arcball cam to follow it. A Bezier curve is drawn that will be read in from a file containing control points. The mascot will follow this curve while swinging his arms and legs back and forth.

This program implemented skybox texturing and Blinn-Phong illumination with Gourad shading. These were made with VAOs and GLSL shaders.