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
..
external [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
platforms Fix show, hide, focus and unfocus window/flags states for SDL2 (#4610) 2024-12-18 11:39:30 +01:00
CMakeLists.txt install rcamera.h (#4603) 2024-12-15 11:16:08 +01:00
config.h [rlgl][rmodels] Add instranceTransform shader location index #4538 (#4579) 2024-12-08 12:48:54 +01:00
Makefile Update emsdk path on Windows to match new raylib installer package 2024-11-14 18:41:37 +01:00
minshell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
raudio.c REVIEWED: Coding conventions 2024-12-03 19:14:14 +01:00
raylib.dll.rc Updated raylib resource data 2024-11-14 16:39:58 +01:00
raylib.dll.rc.data Updated raylib resource data 2024-11-14 16:39:58 +01:00
raylib.h Removed inaccurate comment about negitves not being supported with TextToFloat And TextToInt Methods (#4596) 2024-12-13 09:21:13 +01:00
raylib.ico Update raylib.ico 2024-11-14 16:40:04 +01:00
raylib.rc Updated raylib resource data 2024-11-14 16:39:58 +01:00
raylib.rc.data Updated raylib resource data 2024-11-14 16:39:58 +01:00
raymath.h REVIEWED: Coding conventions 2024-12-03 19:14:14 +01:00
rcamera.h REVIEWED: Coding conventions 2024-12-03 19:14:14 +01:00
rcore.c Review formating 2024-12-12 12:13:17 +01:00
rgestures.h REVIEWED: GetGestureHoldDuration() comments 2024-10-21 20:47:08 +02:00
rglfw.c Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
rlgl.h fix rlActiveDrawBuffers for OpenGL ES 3 (#4605) 2024-12-16 00:51:42 +01:00
rmodels.c [rmodels] Optimized UpdateModelAnimationBones() function (#4602) 2024-12-18 11:39:50 +01:00
rshapes.c REVIEWED: DrawRectangleLines(), considering view matrix for lines "alignment" 2024-10-24 13:11:39 +02:00
rtext.c REVIEWED: Coding conventions 2024-12-03 19:14:14 +01:00
rtextures.c Review formating 2024-12-12 12:13:17 +01:00
shell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
utils.c Removed tabs and triple line-breaks 2024-10-08 18:45:52 +02:00
utils.h Update copyright to 2024 2024-01-02 20:58:12 +01:00