Uses of Class
org.jagatoo.loaders.models.cal3d.core.CalAnimation

Packages that use CalAnimation
org.jagatoo.loaders.models.cal3d.core   
 

Uses of CalAnimation in org.jagatoo.loaders.models.cal3d.core
 

Subclasses of CalAnimation in org.jagatoo.loaders.models.cal3d.core
 class CalAnimationAction
          The animation action class.
 class CalAnimationCycle
          The animation cycle class.
 class CalAnimationRelative
          A variant of CalAnimationCycle that allows for additive blending.
 

Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalAnimation
 java.util.Map<java.lang.String,CalAnimation> CalMixer.mapAnimation
           
 

Methods in org.jagatoo.loaders.models.cal3d.core that return CalAnimation
 CalAnimation CalMixer.applyAdditiveCycle(java.lang.String id, float time)
          Applies an additive animation cycle to the skeleton.
 CalAnimation CalMixer.applyAdditiveCycle(java.lang.String id, java.lang.String baseId, float time)
          Applies an additive animation cycle to the skeleton.
 CalAnimation CalMixer.scrubToPosition(java.lang.String id, float position)
          Scrubs an animation cycle to a position (fraction through animation).
 CalAnimation CalMixer.scrubToPosition(java.lang.String id, float position, float weight)
          Scrubs an animation cycle to a position (fraction through animation).
 CalAnimation CalMixer.scrubToTime(java.lang.String id, float time)
          Scrubs an animation cycle to a specific time.
 CalAnimation CalMixer.scrubToTime(java.lang.String id, float time, float weight)
          Scrubs an animation cycle to a specific time.