Add new bone children to the bone list for rendering
This commit is contained in:
parent
ab44950984
commit
0c37b03bb7
Binary file not shown.
@ -278,6 +278,7 @@ namespace Bfres.Structs
|
||||
|
||||
BfresWiiU.ReadBone(bn, BoneU, false);
|
||||
Nodes.Add(bn);
|
||||
skeletonParent.bones.Add(bn);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -286,6 +287,7 @@ namespace Bfres.Structs
|
||||
|
||||
BfresSwitch.ReadBone(bn, Bone, false);
|
||||
Nodes.Add(bn);
|
||||
skeletonParent.bones.Add(bn);
|
||||
}
|
||||
}
|
||||
|
||||
@ -307,6 +309,7 @@ namespace Bfres.Structs
|
||||
|
||||
BfresWiiU.ReadBone(bn, BoneU, false);
|
||||
Nodes.Add(bn);
|
||||
skeletonParent.bones.Add(bn);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -316,6 +319,7 @@ namespace Bfres.Structs
|
||||
|
||||
BfresSwitch.ReadBone(bn, Bone, false);
|
||||
Nodes.Add(bn);
|
||||
skeletonParent.bones.Add(bn);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user