raylib/examples/models/resources
Charles f2e3d6eca7
[models] Add GLTF animation support (#2844)
* add GLTF animation support

* use correct index when allocating animVertices and animNormals

* early exit LoadModelAnimationsGLTF if the gtlf file fails to parse

* update models/models_loading_gltf.c to play gltf animation

Updated the .blend file to use weights rather than bone parents so it
fits into the framework. Exported with weights to the .glb file.

* fix order of operations for bone scale in UpdateModelAnimation

* minor doc cleanup and improvements

* fix formatting

* fix float formatting

* fix brace alignment and replace asserts with log messages
2023-01-02 20:23:48 +01:00
..
models [models] Add GLTF animation support (#2844) 2023-01-02 20:23:48 +01:00
shaders Remove trailing spaces 2021-10-19 14:57:12 +02:00
billboard.png resources PNG chunks cleaning 2020-05-28 21:18:58 +02:00
cubicmap.png resources PNG chunks cleaning 2020-05-28 21:18:58 +02:00
cubicmap_atlas.png resources PNG chunks cleaning 2020-05-28 21:18:58 +02:00
dresden_square_1k.hdr REVIEWED: models_skybox example 2020-09-19 20:42:19 +02:00
dresden_square_2k.hdr REVIEWED: models_skybox example 2020-09-19 20:42:19 +02:00
heightmap.png resources PNG chunks cleaning 2020-05-28 21:18:58 +02:00
LICENSE.md REVIEWED: example: gltf models loading -WIP- 2022-07-01 14:02:30 +02:00
skybox.png Fixes gl state after HDR texture functions. (#1621) 2021-02-28 23:31:25 +01:00