Class DaeAnimation

java.lang.Object
com.hbm_m.client.loader.dae.DaeAnimation

public class DaeAnimation extends Object
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 Details

    • name

      public final String name
  • Constructor Details

    • DaeAnimation

      public DaeAnimation(String name)
  • Method Details

    • addChannel

      public void addChannel(String nodeName, String property, DaeCurve curve)
    • isEmpty

      public boolean isEmpty()
    • getChannels

      public Map<String,DaeCurve> getChannels(String nodeName)
    • getStartTime

      public float getStartTime()
    • getEndTime

      public float getEndTime()
    • getDuration

      public float getDuration()