SpriterCCDResolver.java and SpritePlayerIK.java compilation error
pogsdbest opened this issue · 2 comments
pogsdbest commented
SpritePlayerIK.java
//object.tween seems not in the SpriterAbstractObject.java
obj.tween = false;
also the updateBone(SpriterBone) method is missing.
SpriterCCDResolver.java
//seems the updateRecursively(parent) method is commented in the //SpriterAbstractPlayer.java
Trixt0r commented
I refactorred the inverse kinematics stuff.
You have to use SpriterIKResolver and SpriterCCDResolver now.
See http://www.brashmonkey.com/forum/viewtopic.php?f=3&t=1574&start=50
pogsdbest commented
thanks trixtor i already tried your work. awesome stuff im going to use this for my next libgdx projects with spriter pro.