UnloadModelAnimations and IsModelAnimationValid.

This commit is contained in:
jussi
2022-06-13 00:20:34 +03:00
parent 4cb361733e
commit 7b26e0aa68
5 changed files with 78 additions and 0 deletions

View File

@@ -1029,6 +1029,8 @@ void luaRegister() {
/* Animations. */
lua_register( L, "RL_LoadModelAnimations", lmodelsLoadModelAnimations );
lua_register( L, "RL_UpdateModelAnimation", lmodelsUpdateModelAnimation );
lua_register( L, "RL_UnloadModelAnimations", lmodelsUnloadModelAnimations );
lua_register( L, "RL_IsModelAnimationValid", lmodelsIsModelAnimationValid );
lua_register( L, "RL_GetModelAnimationBoneCount", lmodelsGetModelAnimationBoneCount );
lua_register( L, "RL_GetModelAnimationFrameCount", lmodelsGetModelAnimationFrameCount );
/* Collision. */