mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
TWINE: small helper method for model bone
This commit is contained in:
parent
6b40f4a96e
commit
3a6455a434
@ -44,6 +44,10 @@ struct BodyBone {
|
||||
uint16 vertex;
|
||||
int32 numOfShades;
|
||||
BoneFrame initalBoneState;
|
||||
|
||||
inline bool isRoot() const {
|
||||
return parent == 0xffff;
|
||||
}
|
||||
};
|
||||
|
||||
struct BodyShade {
|
||||
|
Loading…
x
Reference in New Issue
Block a user