What is this project?
As part of my masters in Computer Science, I was tasked to create a 3D scene of my choice. The technical requirements were to demonstrate the essentials of 3D graphics programming and import an .obj file into the scene.
What did I create?
I created a scene based on the Spider-Man 2002 video game, but using the characters from Spider-Man: Into the Spider-Verse. Within this scene, I implemented three .obj files with their corresponding textures. I also implemented a fragment and vertex shader that incorporated point lighting, directional illumination and spotlight lighting.
