CSCI 441 - Computer Graphics

Fall 2024

|     Home   |   Assignments  |   Leaderboard  |   Schedule  |   Resources    |

TAV


The Tav Crest
This is an image created in our first lab. This involved creating a single GL_TRIANGLE primitive, drawing it multiple times, and using transformations to manipulate the position and shape of the triangle.
This is an image of my fincitonal character's neighborhood. For our first lab, we were to use GL primitives to create an area where our fictional character lives. In this image, the stars are created as a small cross then the cross is drawn multiple times at random places in the sky. The moon is drawn using two circles, one with the color of the sky to create a crescent shape.
This image was taken after generating buildings of random colors and sizes and implementing a free camera.
This image was for a lab that introduced rendering and applying textures using VAOs, VBOs and IBOs. We rendered a colorful platform with an animate Hellknight in the center.
This is Tav. He is a hovering wizard with a fire staff. His staff shoots a fireball when the 'f' key and left mouse button are pressed. He also traverses the lands seeking out the most esoteric of knowledge. This assignment used a combination of callbacks between the mouse, cursor, and keys to create a simple interactive wizard.