Class SimpleManualAnimator
java.lang.Object
com.ticxo.modelengine.api.model.bone.SimpleManualAnimator
- All Implemented Interfaces:
ManualAnimator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanorg.joml.Vector3forg.joml.Quaternionforg.joml.Vector3fgetScale()
-
Constructor Details
-
SimpleManualAnimator
public SimpleManualAnimator() -
SimpleManualAnimator
-
-
Method Details
-
applyBoneDefaultLocal
public boolean applyBoneDefaultLocal()- Specified by:
applyBoneDefaultLocalin interfaceManualAnimator
-
animate
- Specified by:
animatein interfaceManualAnimator
-
getPosition
public org.joml.Vector3f getPosition() -
getRotation
public org.joml.Quaternionf getRotation() -
getScale
public org.joml.Vector3f getScale()
-