raylib/src
Tristan Schulz b7063ab879
[models] Animation System Fix Part 1 (#2009)
* Fixed gltf missing transforms on load

mend

* extracted Matrix calculation in to static method and added skinning check

* fixed formatting

* Fixed write to access to nullptr when animation has no normals

* Refactored UpdateModelAnimation to only update changed vertices when needed (allows for multi animation playing)

* add check for models that were missed during BindGLTFPrimitiveToBones to not segfault the program

* fixed id mismatch between animation and model

* draft on fixing the mesh to skin mapping

* dont look at this

* removing debug info
2021-09-23 21:06:51 +02:00
..
external Fix mappings.h issue from glfw update (#1995) 2021-09-19 20:33:18 +02:00
extras Prevent INVALID_SOCKET to be defined twice on linux (#1993) 2021-09-17 01:05:38 +02:00
CMakeLists.txt WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
config.h WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
Makefile Reviewed some TODO comments 2021-09-23 00:18:47 +02:00
raudio.c REVIEWED: SeekMusicStream() formating 2021-09-23 18:11:24 +02:00
raudio.h SeekMusicStream initial implementation (#2006) 2021-09-22 21:55:13 +02:00
raylib.dll.rc UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.dll.rc.data UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.h Reviewed some TODO comments 2021-09-23 00:18:47 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.rc.data UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raymath.h Tweaks 2021-09-21 15:31:26 +02:00
rcamera.h WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
rcore.c Reviewed some TODO comments 2021-09-23 00:18:47 +02:00
rgestures.h WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
rglfw.c Update year to 2021 2021-01-02 18:15:13 +01:00
rlgl.h Reviewed some TODO comments 2021-09-23 00:18:47 +02:00
rmodels.c [models] Animation System Fix Part 1 (#2009) 2021-09-23 21:06:51 +02:00
rshapes.c WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
rtext.c Reviewed some TODO comments 2021-09-23 00:18:47 +02:00
rtextures.c REVIEWED: LoadImageAnim() #2005 2021-09-23 00:23:57 +02:00
shell.html Update shell.html 2021-09-03 15:24:05 +02:00
utils.c REVERTED: Removed the need for rlMatrix 2021-07-30 12:54:54 +02:00
utils.h REVIEWED: extern "C" definition position for consistency 2021-08-15 13:02:53 +02:00