mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
beginning of IK test
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
#ifndef IK_SOLVER_H
|
||||
#define IK_SOLVER_H
|
||||
|
||||
#include "vector.h"
|
||||
|
||||
namespace vb01{
|
||||
class Bone;
|
||||
|
||||
class IkSolver{
|
||||
public:
|
||||
IkSolver();
|
||||
~IkSolver(){}
|
||||
static void calculateFabrik(int, Bone*[], Vector3[], Vector3);
|
||||
private:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user