Merge branch 'main' of https://github.com/Rainchus/mp4-dtk into main

This commit is contained in:
CreateSource 2023-12-06 20:33:30 -05:00
commit 8509e9a40b
4 changed files with 28 additions and 24 deletions

View file

@ -53,7 +53,7 @@ typedef struct ThreeDCameraStruct {
typedef struct ThreeDProjectionStruct {
s8 unk_00;
char unk_01[0x3];
u32 unk_04;
AnimData *unk_04;
char unk_08[0xC];
Point3d unk_14;
Point3d unk_20;
@ -67,6 +67,7 @@ typedef struct ThreeDShadowStruct {
void*unk_04;
char unk_08[0x90];
} ThreeDShadowStruct;
<<<<<<< HEAD
typedef struct fog_data {
GXFogType fogType;
f32 start;
@ -82,4 +83,7 @@ void Hu3DProjectionKill(s16);
void Hu3DProjectionPosSet(s16, Vec, Vec, Vec);
void Hu3DProjectionTPLvlSet(s16, f32);
void Hu3DMipMapSet(char*, s16, s32, f32);
=======
>>>>>>> b4e58bdf23b3e769e0ca1dbe9167e3775049e51d
#endif