Bonus Text, more object field names, consistent vector component names (#106)

* fixes and stuff

* filenames

* xyz
This commit is contained in:
petrie911
2024-01-24 08:45:55 -06:00
committed by GitHub
parent a6f627074e
commit c197daf499
34 changed files with 1502 additions and 1533 deletions
+2 -4
View File
@@ -25,9 +25,7 @@ typedef struct {
/* 0x04 */ f32 unk_04;
/* 0x08 */ f32 unk_08;
/* 0x0C */ f32 zAngle;
/* 0x10 */ f32 posX;
/* 0x14 */ f32 posY;
/* 0x18 */ f32 posZ;
/* 0x10 */ Vec3f pos;
/* 0x1C */ f32 unk_1C;
/* 0x20 */ f32 scale;
/* 0x24 */ s32 alpha;
@@ -41,7 +39,7 @@ typedef struct {
/* 0x0 */ u8* addr;
/* 0x4 */ s32 width;
/* 0x8 */ s32 height;
/* 0xC */ f32 posX;
/* 0xC */ f32 xPos;
} Texture; // size = 0x10
#endif