public IKApplier(BipedSkeleton firstSkel) { lastSkel = firstSkel; IKSolver = new CCD(); FABRIK = new FABRIK(); FABRIK.MaxIterations = 100; }