Uses of Class
com.jme3.scene.plugins.blender.animations.Ipo

Packages that use Ipo
com.jme3.scene.plugins.blender   
com.jme3.scene.plugins.blender.animations   
com.jme3.scene.plugins.blender.constraints   
 

Uses of Ipo in com.jme3.scene.plugins.blender
 

Methods in com.jme3.scene.plugins.blender that return Ipo
 Ipo BlenderContext.getIpo(java.lang.Long ownerOMA)
          This method returns the ipo curve of the feature.
 Ipo BlenderContext.removeIpo(java.lang.Long ownerOma)
          This method removes the ipo curve from the feature.
 

Methods in com.jme3.scene.plugins.blender with parameters of type Ipo
 void BlenderContext.addIpo(java.lang.Long ownerOMA, Ipo ipo)
          This method adds new ipo curve for the feature.
 

Uses of Ipo in com.jme3.scene.plugins.blender.animations
 

Methods in com.jme3.scene.plugins.blender.animations that return Ipo
 Ipo IpoHelper.fromAction(Structure actionStructure, BlenderContext blenderContext)
          This method creates an ipo object used for interpolation calculations.
 Ipo IpoHelper.fromIpoStructure(Structure ipoStructure, BlenderContext blenderContext)
          This method creates an ipo object used for interpolation calculations.
 Ipo IpoHelper.fromValue(float constValue)
          This method creates an ipo with only a single value.
 

Uses of Ipo in com.jme3.scene.plugins.blender.constraints
 

Fields in com.jme3.scene.plugins.blender.constraints declared as Ipo
protected  Ipo Constraint.ipo
          The ipo object defining influence.
 

Methods in com.jme3.scene.plugins.blender.constraints with parameters of type Ipo
protected  Constraint ConstraintHelper.createConstraint(Structure constraintStructure, java.lang.Long ownerOMA, Ipo influenceIpo, BlenderContext blenderContext)
          This method creates the constraint instance.
 

Constructors in com.jme3.scene.plugins.blender.constraints with parameters of type Ipo
Constraint(Structure constraintStructure, java.lang.Long ownerOMA, Ipo influenceIpo, BlenderContext blenderContext)
          This constructor creates the constraint instance.