Uses of Class
hmi.animation.SkeletonInterpolator

Packages that use SkeletonInterpolator
hmi.animation Documentation in the central Hmi Packages LaTeX report. 
hmi.elckerlyc.animationengine.keyframe   
hmi.elckerlyc.animationengine.procanimation   
hmi.graphics.opengl The HmiGraphics opengl package contains code for opengl based rendering, that is still independent from particular OpenGL java bindings, like jogl and lwjgl 
 

Uses of SkeletonInterpolator in hmi.animation
 

Methods in hmi.animation that return SkeletonInterpolator
static SkeletonInterpolator SkeletonInterpolator.read(Resources resources, String fileName)
          Creates a new SkeletonInterpolator from an XML encoded file.
static SkeletonInterpolator SkeletonInterpolator.read(String fileName)
          Creates a new SkeletonInterpolator from an XML encoded file.
static SkeletonInterpolator SkeletonInterpolator.read(String resourceDir, String fileName)
          Creates a new SkeletonInterpolator from an XML encoded file.
 

Constructors in hmi.animation with parameters of type SkeletonInterpolator
SkeletonInterpolator(SkeletonInterpolator p)
           
SkeletonInterpolator(SkeletonInterpolator p, VObject[] targetParts)
           
 

Uses of SkeletonInterpolator in hmi.elckerlyc.animationengine.keyframe
 

Fields in hmi.elckerlyc.animationengine.keyframe declared as SkeletonInterpolator
private  SkeletonInterpolator KeyframeMU.baseIp
           
private  SkeletonInterpolator KeyframeMU.currentIp
           
 

Methods in hmi.elckerlyc.animationengine.keyframe that return SkeletonInterpolator
 SkeletonInterpolator KeyframeMU.getSkeletonInterpolator()
           
 

Constructors in hmi.elckerlyc.animationengine.keyframe with parameters of type SkeletonInterpolator
KeyframeMU(SkeletonInterpolator si)
           
 

Uses of SkeletonInterpolator in hmi.elckerlyc.animationengine.procanimation
 

Methods in hmi.elckerlyc.animationengine.procanimation with parameters of type SkeletonInterpolator
 void ProcAnimationMU.addSkeletonInterpolator(SkeletonInterpolator ski)
           
 

Uses of SkeletonInterpolator in hmi.graphics.opengl
 

Methods in hmi.graphics.opengl that return SkeletonInterpolator
 SkeletonInterpolator GLSkinnedMesh.adaptSkeletonInterpolator(SkeletonInterpolator skel)
           
 

Methods in hmi.graphics.opengl with parameters of type SkeletonInterpolator
 SkeletonInterpolator GLSkinnedMesh.adaptSkeletonInterpolator(SkeletonInterpolator skel)