beginning of XML model reader

This commit is contained in:
devZoGok
2022-03-02 20:29:22 +02:00
parent 1a020addfd
commit dae9cd08d7
14 changed files with 273 additions and 16 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace vb01{
boneD->lookAt(Vector3::VEC_K, Vector3::VEC_J);
boneD->setIkChainLength(chainLength);
boneD->setIkTarget(ikBone);
boneD->setIkTarget(ikBone->getName());
ikPos = new Vector3[chainLength];
boneChain = new Bone*[chainLength];