summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_gltf_animation.c
AgeCommit message (Collapse)Author
2021-10-12REMOVED: EXAMPLE: models_gltf_animationraysan5
2021-04-22Remove trail spacesRay
2021-03-19WARNING: BREAKING: RENAMED: camera.type to camera.projectionRay
2021-02-02Update loading of gltf animation. (#1561)hristo
This is to account for GLTF info being more like instructions on how to build your animation instead of verbose description of each pose.
2021-01-28Gltf animation support (#1551)hristo
* Added example for gltf animation and split some functions for loading model animations into IQM and GLTF similar to how models are being loaded. * Removed wrongly duplicated function * Bone loading for gltf model (not working at this point) * Loading info about vertex to joint connection but animation is still not working * Skeleton and pose is correctly loaded. Need to communicate about interpolation in GLTF * The model almost looks like a real person on animation. * Fixed model loading with bones. Also updated license info on the model. * Cleaned up some code and updated examples. * Fix identation issues * Fix identation issues * Fix identation issues