mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
improved bone test
remade IK chain bone orientation method
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ namespace vb01{
|
||||
inline int getNumBones(){return bones.size();}
|
||||
private:
|
||||
void solveIk(Bone*);
|
||||
void transformIkChain(int, Bone*[], Vector3[], Vector3);
|
||||
void transformIkChain(int, Bone*[], Vector3[], Bone*);
|
||||
|
||||
std::string name;
|
||||
std::vector<Bone*> bones;
|
||||
|
||||
Reference in New Issue
Block a user