Xors3d Engine
Animation playback types

Defines

#define ANIMATION_LOOP   1
#define ANIMATION_ONE   3
#define ANIMATION_PINGPONG   2
#define ANIMATION_STOP   0

Define Documentation

#define ANIMATION_STOP   0

Stop animation.

#define ANIMATION_LOOP   1

Loop animation (default).

#define ANIMATION_PINGPONG   2

Ping-pong animation (from first to last, from last to first and so on)

#define ANIMATION_ONE   3

One-shot animation.