Uses of Class
de.coreengine.animation.Animation
-
Packages that use Animation Package Description de.coreengine.animation de.coreengine.asset.dataStructures de.coreengine.asset.modelLoader de.coreengine.rendering.model -
-
Uses of Animation in de.coreengine.animation
Methods in de.coreengine.animation with parameters of type Animation Modifier and Type Method Description static void
Animator. applyAnimation(Joint skeleton, Animation animation, float time)
Setting a skeleton and all its children into the current pose of an animation -
Uses of Animation in de.coreengine.asset.dataStructures
Fields in de.coreengine.asset.dataStructures with type parameters of type Animation Modifier and Type Field Description HashMap<String,Animation>
AnimatedModelData. animations
-
Uses of Animation in de.coreengine.asset.modelLoader
Methods in de.coreengine.asset.modelLoader that return Animation Modifier and Type Method Description Animation
AnimationParser. getAnimation()
-
Uses of Animation in de.coreengine.rendering.model
Methods in de.coreengine.rendering.model that return types with arguments of type Animation Modifier and Type Method Description HashMap<String,Animation>
AnimatedModel. getAnimations()
Constructor parameters in de.coreengine.rendering.model with type arguments of type Animation Constructor Description AnimatedModel(Mesh[] meshes, Joint skeleton, HashMap<String,Animation> animations)
Creating new animated model
-