| Methods in m3g11 that return UvAnimation |
private static UvAnimation |
UvAnimation.createAnimation(javax.microedition.m3g.Mesh mesh,
javax.microedition.m3g.Image2D image,
javax.microedition.m3g.KeyframeSequence sequence,
float scaleX,
float scaleY)
Creates a UV animation based on the given parameters. |
static UvAnimation |
UvAnimation.createConveyorBeltAnimation(javax.microedition.m3g.Mesh mesh,
javax.microedition.m3g.Image2D image,
int duration,
float scaleX)
Creates an animation where an image is scrolled horizontally
as if it were attached to a conveyor belt. |
static UvAnimation |
UvAnimation.createFlipBookAnimation(javax.microedition.m3g.Mesh mesh,
javax.microedition.m3g.Image2D image,
int delay,
int framesX,
int framesY)
Creates an animation where frames inside an image are displayed
successively like in a flip-book animation. |