Interface IJoint
-
- All Known Implementing Classes:
B3DLoader.NodeJoint
,ModelBlockAnimation.MBJoint
public interface IJoint
Model part that's a part of the hierarchical skeleton.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformationMatrix
getInvBindPose()
java.util.Optional<? extends IJoint>
getParent()
-
-
-
Method Detail
-
getInvBindPose
TransformationMatrix getInvBindPose()
-
getParent
java.util.Optional<? extends IJoint> getParent()
-
-