aboutsummaryrefslogtreecommitdiff
path: root/examples/models/models_animation.c
AgeCommit message (Collapse)Author
2019-08-26Unload model shaders and texturesraysan5
They are not automatically unloaded when unloading the model!
2019-08-06Fix loading multiple animations from .iqm file (#928)culacant
* Fix loading multiple animations from .iqm file * Fix memory leak in models_animation example * Added export instructions to the animation example * use raylib free * include <stdlib.h> to appease the travis CI gods * replace tabs with spaces
2019-06-05Review contributor infoRay
2019-05-20Review ALL examplesRay
2019-04-05BIG UPDATE: New models functions for animations!Ray
Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models.