3D Models

Loading 3D models with the min3D framework for Android.


We picked up some cool models from Turbosquid.

Android has OpenGL ES built in so we utilized this API to load our models into our game.
min3d-framework-for-android

The API requires that the models be in a *.md2 format, so we used a plugin for
3D Studio Max to export our models to this format into the res/raw folder in our Android project
qtipplugin