|
@@ -164,6 +164,7 @@ public class SkeletonLoader extends DefaultHandler implements AssetLoader {
|
|
indexToJoint.clear();
|
|
indexToJoint.clear();
|
|
armature = new Armature(joints);
|
|
armature = new Armature(joints);
|
|
armature.saveBindPose();
|
|
armature.saveBindPose();
|
|
|
|
+ armature.saveInitialPose();
|
|
} else if (qName.equals("animation")) {
|
|
} else if (qName.equals("animation")) {
|
|
animClips.add(animClip);
|
|
animClips.add(animClip);
|
|
animClip = null;
|
|
animClip = null;
|