Package kr.toxicity.model.api.bone
Class BoneIKSolver
java.lang.Object
kr.toxicity.model.api.bone.BoneIKSolver
Bone IK solver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocator(@Nullable UUID ikSource, @NotNull UUID ikTarget, @NotNull RenderedBone locator) Adds some external locator to this solvervoidsolve()Solves ikvoidSolves ik
-
Constructor Details
-
BoneIKSolver
public BoneIKSolver()
-
-
Method Details
-
addLocator
public void addLocator(@Nullable @Nullable UUID ikSource, @NotNull @NotNull UUID ikTarget, @NotNull @NotNull RenderedBone locator) Adds some external locator to this solver- Parameters:
ikSource- nullable sourceikTarget- target bonelocator- locator bone
-
solve
public void solve()Solves ik -
solve
Solves ik- Parameters:
uuid- player uuid
-