diff options
author | aap <aap@papnet.eu> | 2020-05-08 15:59:57 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-08 15:59:57 +0200 |
commit | 2eee4c51764d0d73986f2aae64fbaf4c0beeb9c1 (patch) | |
tree | 25f43ed9e6a30b05603d3f1b75be3d3f8d2fee5f /src/animation/RpAnimBlend.h | |
parent | 78ca9124346a965d67a7004c30d1f89d8087c910 (diff) |
most of animation system done; little stuff here and there
Diffstat (limited to 'src/animation/RpAnimBlend.h')
-rw-r--r-- | src/animation/RpAnimBlend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation/RpAnimBlend.h b/src/animation/RpAnimBlend.h index 838c8816..ef2f5b21 100644 --- a/src/animation/RpAnimBlend.h +++ b/src/animation/RpAnimBlend.h @@ -26,6 +26,7 @@ void RpAnimBlendClumpInit(RpClump *clump); bool RpAnimBlendClumpIsInitialized(RpClump *clump); void RpAnimBlendClumpFillFrameArray(RpClump* clump, AnimBlendFrameData** frames); AnimBlendFrameData *RpAnimBlendClumpFindFrame(RpClump *clump, const char *name); +AnimBlendFrameData *RpAnimBlendClumpFindBone(RpClump *clump, uint32 boneTag); void FillFrameArrayCallBack(AnimBlendFrameData *frame, void *arg); CAnimBlendAssociation *RpAnimBlendClumpGetAssociation(RpClump *clump, uint32 id); CAnimBlendAssociation *RpAnimBlendClumpGetMainAssociation(RpClump *clump, CAnimBlendAssociation **assocRet, float *blendRet); |