Uses of Class
de.coreengine.animation.KeyFrameList
-
Packages that use KeyFrameList Package Description de.coreengine.animation -
-
Uses of KeyFrameList in de.coreengine.animation
Constructor parameters in de.coreengine.animation with type arguments of type KeyFrameList Constructor Description Animation(String name, List<KeyFrameList<javax.vecmath.Vector3f>> positionKeys, List<KeyFrameList<javax.vecmath.Quat4f>> rotationKeys, List<KeyFrameList<javax.vecmath.Vector3f>> scaleKeys)
Creating animation and init values
-