CSCI 441 - Computer Graphics

Fall 2024

|     Home   |   Assignments  |   Leaderboard  |   Schedule  |   Resources    |

Hero_183727

A1 - Valaquenta



For assignment A1 we had to draw our hero's name and crest. For my crest I repurposed the shape from my Lab00B implementation. For my hero's name I decided to load in the geometry from a file. This allowed me to write out my long name with less effort. The colors, scale, and rotation of my letters has been randomized as can be seen by looking at the two images above.

Lab00


Here is the result from Lab 00a, we used the class starter code to learn the basics of creating and rendering geometry with OpenGL, here we can see the two triforces that we rendered.


This is the result of Lab 00b where we had to make whatever we wanted, due to my lack of creativity I decided to make a few random shapes including a diamond, a circle, and an arch. This shape/construction will be used as part of A1 for my crest.