Package com.hbm_m.client.loader.dae
Class DaeAnimation
java.lang.Object
com.hbm_m.client.loader.dae.DaeAnimation
A named animation clip: a set of curves targeting node transforms. The clip is a
series of channels, each targeting a node name and a transform property
(e.g.
"spin.ANGLE", "location.X", "matrix").-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChannel(String nodeName, String property, DaeCurve curve) getChannels(String nodeName) floatfloatfloatbooleanisEmpty()
-
Field Details
-
name
-
-
Constructor Details
-
DaeAnimation
-
-
Method Details
-
addChannel
-
isEmpty
public boolean isEmpty() -
getChannels
-
getStartTime
public float getStartTime() -
getEndTime
public float getEndTime() -
getDuration
public float getDuration()
-