animation struct documentation

This commit is contained in:
Banjo Kazooie
2023-03-12 23:11:39 -05:00
parent 7dd7a0b60c
commit af75d8b32d
293 changed files with 2031 additions and 1986 deletions

View File

@@ -72,8 +72,8 @@ typedef struct {
typedef struct {
f32 unk0[3];
s16 unkC;
s16 unkE;
s16 bone_id;
s16 mtx_id;
}BKAnimation;
typedef struct {
@@ -155,8 +155,8 @@ typedef struct{
}BKModelUnk20List;
typedef struct{
s16 unk0[3];
s8 unk6;
s16 coord[3];
s8 anim_index;
u8 vtx_count;
s16 vtx_list[1];
}BKModelUnk28;