Uses of Class
de.coreengine.animation.Joint
-
Packages that use Joint Package Description de.coreengine.animation de.coreengine.asset.dataStructures de.coreengine.asset.modelLoader de.coreengine.rendering.model de.coreengine.rendering.renderable -
-
Uses of Joint in de.coreengine.animation
Methods in de.coreengine.animation that return Joint Modifier and Type Method Description JointJoint. getByName(String name)Getting first found joint in this hierarchy with this name.Methods in de.coreengine.animation that return types with arguments of type Joint Modifier and Type Method Description List<Joint>Joint. getChildren()Methods in de.coreengine.animation with parameters of type Joint Modifier and Type Method Description voidJoint. addChild(Joint child)Adding new child to the jointstatic voidAnimator. applyAnimation(Joint skeleton, Animation animation, float time)Setting a skeleton and all its children into the current pose of an animationConstructors in de.coreengine.animation with parameters of type Joint Constructor Description Joint(Joint other)Creating new joint as copy from the passed joint -
Uses of Joint in de.coreengine.asset.dataStructures
Fields in de.coreengine.asset.dataStructures declared as Joint Modifier and Type Field Description JointAnimatedModelData. skeleton -
Uses of Joint in de.coreengine.asset.modelLoader
Methods in de.coreengine.asset.modelLoader that return Joint Modifier and Type Method Description JointNodeParser. getSkeleton() -
Uses of Joint in de.coreengine.rendering.model
Methods in de.coreengine.rendering.model that return Joint Modifier and Type Method Description JointAnimatedModel. getNewSkeletonInstance()Creating a new instanceof the skeleton of this model.Constructors in de.coreengine.rendering.model with parameters of type Joint Constructor Description AnimatedModel(Mesh[] meshes, Joint skeleton, HashMap<String,Animation> animations)Creating new animated model -
Uses of Joint in de.coreengine.rendering.renderable
Methods in de.coreengine.rendering.renderable that return Joint Modifier and Type Method Description JointAnimatedEntity. getSkeleton()
-