CSCI 441 - Computer Graphics

Fall 2016

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

"MINRAK STEELHIDE"


Lab 0A

This is my first lab assignment! I created this using OpenGL and GLUT.

Lab 0B

This is my character's home. I built it using primative shapes in OpenGL.

Assignment 1

This is my character's banner and crest. I built it using primative shapes in OpenGL and by rotating, scaling, and translating shapes.

Assignment 2

This is my character. I built it using primative shapes in OpenGL and by rotating and translating shapes. The character also moves by pressing keys and will follow the mouse with its eyes. The character will also change shirts if you left click.

Assignment 3

This is a program that moves a car around the world. There is an arc ball camera that follows the car around. You can also zoom in and out to get closer to the car. This project was also done in 3D.

Assignment 4

This is a program that builds off of assignment 3. I drew a kirby around my car and it follows him in a bezier curve. The program can accept any bezier curve csv file and run fine. Also there is a menu where you can toggle what you see.

Midterm Project/ Guild Wars

This program runs a bezier curve with arc parameterization and equal step size. We also use a bezier surface to draw our grid. We also can move around the world with a wanderer hero. On top of all of that we have cameras than can switch from arc ball, to free, to first person.

Assignment 5

This program uses a skybox, materials, and vertex and fragment shaders. This program also has a hero that moves around and can view the objects in the world.

Assignment 6

This program uses a skybox, materials, and vertex and fragment shaders. This program also has a hero that moves around and can view the objects in the world. I also added particle systems to this assignment.

Assignment 7

This program is a game I made using OpenGl. You try and avoid the enemies while they chase after you. You win, when all of the enemies fall down.

Final Project

This program is a game I made using OpenGl. It is Pacman in 3d. Run from the Ghost, collect the dots to win.