Package com.jme3.anim.tween


package com.jme3.anim.tween
tweening support for the "new" animation system
  • Class
    Description
    Base implementation of the Tween interface that provides default implementations of the getLength() and interpolate() methods that provide common tween clamping and bounds checking.
     
    Represents some action that interpolates across input between 0 and some length value.
    Static utility methods for creating common generic Tween objects.