Module: ModelAnimationLoop

Determines if and how a glTF animation is looped.
Source:
See:

Members

(static, constant) MIRRORED_REPEAT :Number

Loop the animation. First, playing it forward, then in reverse, then forward, and so on.
Type:
  • Number
Source:

(static, constant) NONE :Number

Play the animation once; do not loop it.
Type:
  • Number
Source:

(static, constant) REPEAT :Number

Loop the animation playing it from the start immediately after it stops.
Type:
  • Number
Source: