Software

Low Polygon Modeler (2006)

This is a program I did as part of a video game project I worked on at school. The program is capable of making textured, low polygon models with skeletons (no animation support). It can only export to a file format that I made up myself, so it probably wont be much use to anyone... but it is here to show my programming skills. This program was made with GLUT (OpenGL) in C++ and uses a BMP importer I found somewhere. The skeleton class was written by Mike McGlasson. Everything else is written from scratch by me.

Download Low Polygon Model (.zip)
Download Test Model Pack (3 Models + Textures)