This commit is contained in:
Daveo 2001-01-30 22:23:27 +00:00
parent b071ec2813
commit f01aab441d
2 changed files with 5 additions and 7 deletions

View file

@ -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
{