summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_animation.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-11-08Reviewed some examples and warningsRay
2023-02-14REVIEWED: Camera redesign PRRay
2023-02-14WIP rcamera redesign vector (#2563)Crydsch Cube
* core functionality CAMERA_FREE * fix example * add remaining camera modes * add view bobbing * view bobbing * catch curser in SetCameraMode * adjust examples * fix compilation on linux * fix example text_draw_3d * actually fix text_draw_3d * Updated camera API * Improve Vector3RotateByAxisAngle() function * remove camera.mode dependency from low-level functions * remove camera.mode from struct * fixes after rebase * adjust examples for new UpdateCamera function * adjust example models_loading_m3d --------- Co-authored-by: Ray <[email protected]>
2023-01-01Update year to 2023Ray
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2021-10-25Fix VC warnings for examples (#2085)Jeffery Myers
2021-10-17Remove trailing spacesraysan5
2021-10-12Reviewed models examples pathsraysan5
2021-08-26REVIEWED: Examples compilationRay
2021-04-22Remove trail spacesRay
2021-03-19WARNING: BREAKING: RENAMED: camera.type to camera.projectionRay
2020-12-24Minor tweakraysan5
2020-03-25Minor tweaksraysan5
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.