mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-20 17:16:26 +00:00
Added ModelAnimation.name, initially with GLTF animation names loaded (#3044)
This commit is contained in:
committed by
GitHub
parent
de748dfffe
commit
53b7b26c45
@@ -402,6 +402,7 @@ typedef struct ModelAnimation {
|
||||
int frameCount; // Number of animation frames
|
||||
BoneInfo *bones; // Bones information (skeleton)
|
||||
Transform **framePoses; // Poses array by frame
|
||||
char name[32]; // Animation name
|
||||
} ModelAnimation;
|
||||
|
||||
// Ray, ray for raycasting
|
||||
|
||||
Reference in New Issue
Block a user