Searched refs:keyFrames (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimationFactory.java41 * you can add some keyFrames for a given time or a given keyFrameIndex, for translation rotation and scale.
42 * The animationHelper will then generate an appropriate SpatialAnimation by interpolating values between the keyFrames.
46 * - add some keyFrames<br>
142 * The map of keyFrames to compute the animation. The key is the index of the frame
250 * Hence, this method may create intermediate keyFrames if the interpolation angle is higher than PI to ensure continuity in animation<br>
265 * Hence, this method may create intermediate keyFrames if the interpolation angle is higher than PI to ensure continuity in animation<br>
383 * Creates an Animation based on the keyFrames previously added to the helper.
412 * @param keyFrames the keyFrames array
415 private void interpolate(Object[] keyFrames, Typ argument
471 getNextKeyFrame(int index, Object[] keyFrames) argument
486 getPreviousKeyFrame(int index, Object[] keyFrames) argument
[all...]

Completed in 125 milliseconds