Week 2 – More Triangles

In this week I worked on the model loader and a little bit on the shaders.

For the shaders I made it so we can load them from their own files instead of having them as compiled into the C++ executable.
I also implemented a pseudo GameObject class which stores information like model, position, rotation, scale, color etc.

Multiple models (Flying ship and bunny) loaded in at once and using different colors, positions, scales

Outside of the realm of graphics I have created a very basic audio player in the command line using FMOD api. It is not anything special to look at, but sounds pretty great.

Next week I will be getting into Lighting and Physics to make this more like a game engine than a 3D model displayer.