mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
(wip) some doc on room draw2
This commit is contained in:
parent
030594a457
commit
72c31f9bcd
3 changed files with 56 additions and 48 deletions
|
@ -129,11 +129,13 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
/* 0x00 */ Vec3s pos;
|
||||
/* 0x06 */ s16 unk_06;
|
||||
/* 0x06 */ s16 radius;
|
||||
/* 0x08 */ Gfx* opa;
|
||||
/* 0x0C */ Gfx* xlu;
|
||||
} MeshHeader2Entry; // size = 0x10
|
||||
|
||||
#define MESH_HEADER2_MAX_ENTRIES 64
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ MeshHeaderBase base;
|
||||
/* 0x01 */ u8 numEntries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue