OpenGL Clank

Code / Blender/ OpenGL

Description

Here is a 3D model at my attempt at making Clank from the Insomniac Ratchet and Clank series.

I created the 3D model in Blender and used OpenGL with the GLUT libraries to import my Clank model as an object file. Inside my OpenGL code, I handled the lighting and short animations the character can do. Unfortunately this is only works on windows platforms as .exe file so I have not found a way to make this availabe on the web yet. I may need to refactor my code with WebGL to make this possible.
Technologies Used

OpenGL, GLUT, Blender, C, C++