Searched defs:ipo (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DObjectAnimationModifier.java36 * @param ipo
48 public ObjectAnimationModifier(Ipo ipo, String objectAnimationName, Long objectOMA, BlenderContext blenderContext) throws BlenderFileException { argument
52 SpatialTrack track = (SpatialTrack) ipo.calculateTrack(-1, 0, ipo.getLastFrame(), fps, true);
54 Animation animation = new Animation(objectAnimationName, ipo.getLastFrame() / fps);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraint.java31 /** The ipo object defining influence. */
32 protected final Ipo ipo; field in class:Constraint
44 * the ipo curve of the influence factor
74 this.ipo = influenceIpo;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderContext.java104 * A map storing loaded ipos. The key is the ipo's owner old memory address
105 * and the value is the ipo.
394 * This method adds new ipo curve for the feature.
397 * the OMA of blender feature that owns the ipo
398 * @param ipo
399 * the ipo to be added
401 public void addIpo(Long ownerOMA, Ipo ipo) { argument
402 loadedIpos.put(ownerOMA, ipo);
406 * This method removes the ipo curve from the feature.
409 * the OMA of blender feature that owns the ipo
[all...]

Completed in 409 milliseconds