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