Functions

Quake 3 MD3 Format 3D Model Library
[3D Model Formats]


This library supports loading and rendering of md3 models. More...

Collaboration diagram for Quake 3 MD3 Format 3D Model Library:

Functions

smart_ptr< glut::Renderablemd3::loadMd3Player (const char *model_path)

Detailed Description


This library supports loading and rendering of md3 models.

For references, see:

Pretty much all of this code is from David Henry, see http://tfc.duke.free.fr/

His code is released under the MIT License, and everything in this module (md3-model) is likewise released under that license. Thanks again, David Henry!

Note to implementers: do not modify the original MD3 model files! They are the ones with the David Henry copyright. This way, it will be easy to pick up changes from his source if necessary. Any wave-glut-specific changes should be made in a layer on top of those objects.


Function Documentation

smart_ptr< glut::Renderable > md3::loadMd3Player ( const char *  model_path  )