CSCI 441 - Computer Graphics

Fall 2021

|     Home   |   Assignments  |   Leaderboard  |   Schedule  |   Resources    |

"Talon"

Assignment 1

The first Homework assignment was simple, but got it's point across well in getting practice with encapsulating the functions, and with getting used to the glm transformations.
The assignment was to create a banner with our Hero's name, and a crest of their hometown.
This is what I had once I had finished the name part of the assignment. I ended up using scale alot, as I used it to minimize the number of object vectors I had to make. when the shape called for multiple rectangles, I tended to just copy the first rectangle used, then translated, scaled & rotated it to it's new position.

The crest was also very simple, as I didn't want a complex design for it anyways. I made a shield-like shape, and gave it a gradient by having different vertexes have different colors