v0.0.2
Added
findRoots
function for finding unique connected hierarchy roots from a set of frames.useSVD
option for Solvers.
Fixed
- Joint rest pose not being applied correctly resulting in the solver often not converging.
Changed
- Closure links are no longer added to the Joint children array.
- All connected roots no longer have to be manually added to the IKRootsHelper or Solvers.
- Renamed
IKRootsHelper.update
toIKRootsHelper.updateStructure
.