TWINE: small helper method for model bone

This commit is contained in:
Martin Gerhardy 2020-12-28 13:20:22 +01:00
parent 6b40f4a96e
commit 3a6455a434

View File

@ -44,6 +44,10 @@ struct BodyBone {
uint16 vertex;
int32 numOfShades;
BoneFrame initalBoneState;
inline bool isRoot() const {
return parent == 0xffff;
}
};
struct BodyShade {