Package com.jme3.scene.plugins.fbx
Class AnimationList
java.lang.Object
com.jme3.scene.plugins.fbx.AnimationList
Defines animations set that will be created while loading FBX scene
Animation name
is using to access animation via AnimControl
.
firstFrame
and lastFrame
defines animation time interval.
Use layerName
also to define source animation layer in the case of multiple layers in the scene.
Skeletal animations will be created if only scene contain skeletal bones
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AnimationList
public AnimationList()
-
-
Method Details
-
add
Use in the case of multiple animation layers in FBX asset- Parameters:
name
- - animation name to access viaAnimControl
firstFrame
- the index of the first framelastFrame
- the index of the last frame
-
add
Use in the case of multiple animation layers in FBX asset- Parameters:
name
- - animation name to access viaAnimControl
layerName
- - source layerfirstFrame
- the index of the first framelastFrame
- the index of the last frame
-