Trixt0r / spriter

A Generic Java importer for Spriter animation files.

Home Page:https://brashmonkey.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpriterCCDResolver.java and SpritePlayerIK.java compilation error

pogsdbest opened this issue · comments

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

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

thanks trixtor i already tried your work. awesome stuff im going to use this for my next libgdx projects with spriter pro.