mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-14 17:59:17 -05:00
Update raylib.h
This commit is contained in:
@ -417,11 +417,11 @@ typedef struct Model {
|
|||||||
|
|
||||||
// ModelAnimation
|
// ModelAnimation
|
||||||
typedef struct ModelAnimation {
|
typedef struct ModelAnimation {
|
||||||
|
char name[32]; // Animation name
|
||||||
int boneCount; // Number of bones
|
int boneCount; // Number of bones
|
||||||
int frameCount; // Number of animation frames
|
int frameCount; // Number of animation frames
|
||||||
BoneInfo *bones; // Bones information (skeleton)
|
BoneInfo *bones; // Bones information (skeleton)
|
||||||
Transform **framePoses; // Poses array by frame
|
Transform **framePoses; // Poses array by frame
|
||||||
char name[32]; // Animation name
|
|
||||||
} ModelAnimation;
|
} ModelAnimation;
|
||||||
|
|
||||||
// Ray, ray for raycasting
|
// Ray, ray for raycasting
|
||||||
|
|||||||
Reference in New Issue
Block a user