Skip to content

Commit

Permalink
change the default animation behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Jan 2, 2024
1 parent 85995c5 commit 7d5d2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/ADR-215-gltfcomponent-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ We can clearly see that regardless of the deployed texture, the glTF model remai

### Initial state

All animations in a glTF instance MUST be stopped as the default state.
All animations in a glTF instance MUST be stopped as the default state when a Animator is present in the entity, so the Animator can manually controls the state.

If Animator is not present, only the first animation MUST be played in loop state.

### Controlling animations

Expand Down

0 comments on commit 7d5d2d5

Please sign in to comment.