The Animations sample shows how to play animation clips, create reusable animation drivers, and demonstrates frame-based procedural animation.
The Animations sample uses the following Meta Spatial SDK features:
- Animations: The sample shows multiple ways to control animations. An example of using the
Animatedclass to animate based on glTF file data is inDroneSceneController. An example of using the standard Android toolValueAnimatoris inButtonController. - glTFs: The sample uses glTF models that store animation data about transforms in interpolatable keyframes.
