This library supports loading and rendering of md3 models.
More...
Functions | |
smart_ptr< glut::Renderable > | md3::loadMd3Player (IN const char *model_path) |
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.
smart_ptr< glut::Renderable > md3::loadMd3Player | ( | IN const char * | model_path | ) |