Merge branch 'main' of https://github.com/Rainchus/mp4-dtk into main
This commit is contained in:
commit
8509e9a40b
4 changed files with 28 additions and 24 deletions
|
|
@ -69,10 +69,10 @@ typedef struct hsf_header {
|
|||
} HsfHeader;
|
||||
|
||||
typedef struct hsf_scene {
|
||||
GXColor unk0;
|
||||
f32 unk4;
|
||||
f32 unk8;
|
||||
u32 unkC;
|
||||
GXFogType fogType;
|
||||
f32 start;
|
||||
f32 end;
|
||||
GXColor color;
|
||||
} HsfScene;
|
||||
|
||||
typedef struct hsf_bitmap {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue