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