Package de.coreengine.rendering.model
Class AnimatedModel
- java.lang.Object
-
- de.coreengine.rendering.model.Model
-
- de.coreengine.rendering.model.AnimatedModel
-
public class AnimatedModel extends Model
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,Animation>
getAnimations()
Joint
getNewSkeletonInstance()
Creating a new instanceof the skeleton of this model.
-
-
-
Method Detail
-
getNewSkeletonInstance
public Joint getNewSkeletonInstance()
Creating a new instanceof the skeleton of this model. So every entity can have its own skeleton, for individual animation poses- Returns:
- New skeleton instance
-
-