Files
raylib/src
Kirandeep-Singh-Khehra 35c2408413 [rmodels] Optimized UpdateModelAnimationBones() function (#4602)
- Updating bones only once instead for each mesh.
 - Updating only one `model.meshes[].boneMatrices` and then using deep copy for other meshes instead of calculating for each bone in each mesh.

**Other points:**
 - Makes it a clean base/template/reference for bone updation functions. Because if using this as template then some calculations done in one mesh can affect bones in other mesh in next iteration(doubles the effect in for next mesh).

Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>
2024-12-18 11:39:50 +01:00
..
2024-12-15 11:16:08 +01:00
2024-12-03 19:14:14 +01:00
2024-11-14 16:39:58 +01:00
2024-11-14 16:40:04 +01:00
2024-11-14 16:39:58 +01:00
2024-11-14 16:39:58 +01:00
2024-12-03 19:14:14 +01:00
2024-12-03 19:14:14 +01:00
2024-12-12 12:13:17 +01:00
2024-12-03 19:14:14 +01:00
2024-12-12 12:13:17 +01:00
2024-10-08 18:45:52 +02:00
2024-01-02 20:58:12 +01:00