This commit is contained in:
parent
0ddbd255fa
commit
59b457114d
1 changed files with 5 additions and 5 deletions
|
@ -218,15 +218,15 @@ struct sLvlHdr
|
||||||
|
|
||||||
struct sActor3dHdr
|
struct sActor3dHdr
|
||||||
{
|
{
|
||||||
u16 NodeCount;
|
u16 BoneCount;
|
||||||
u16 TriCount;
|
u16 TriCount;
|
||||||
u16 QuadCount;
|
u16 QuadCount;
|
||||||
u16 WeightCount;
|
u16 WeightCount;
|
||||||
|
|
||||||
u32 NodeData;
|
sBone *BoneList;
|
||||||
u32 TriData;
|
sTri *TriList;
|
||||||
u32 QuadData;
|
sQuad *QuadList;
|
||||||
u32 WeightData;
|
sWeight *WeightList;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue