This commit is contained in:
parent
b071ec2813
commit
f01aab441d
2 changed files with 5 additions and 7 deletions
|
@ -102,14 +102,11 @@ struct sWeight
|
|||
struct sBone
|
||||
{
|
||||
sVtx BoneSize; // 8
|
||||
sQuat BoneAng; // 8
|
||||
s16 Parent; // 2
|
||||
// s16 Idx; // 2
|
||||
s16 TriStart; // 2
|
||||
s16 TriCount; // 2
|
||||
s16 VtxCount; // 2
|
||||
// sVtx *VtxList; // 4
|
||||
s16 TriStart;
|
||||
s16 TriCount;
|
||||
}; // 20
|
||||
}; // 16
|
||||
/*
|
||||
struct sBone
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue