com.google.ar.sceneform.animation
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["\u003cp\u003eModelAnimator is a class used to animate 3D models connected to a ModelRenderable, enabling dynamic movements and interactions within AR experiences.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize ModelAnimator to control and manipulate animations, enhancing the visual appeal and realism of augmented reality applications.\u003c/p\u003e\n"]]],["The document defines `ModelAnimator` as a class that facilitates the animation of a model. It further specifies that this animation is bound to a `ModelRenderable`, which is another class. In essence, `ModelAnimator` handles the animation process for 3D models that are designated as `ModelRenderable`.\n"],null,["# com.google.ar.sceneform.animation\n\n### Classes\n\n|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| [ModelAnimator](/sceneform/reference/com/google/ar/sceneform/animation/ModelAnimator) | An animation of a model bound to a [ModelRenderable](/sceneform/reference/com/google/ar/sceneform/rendering/ModelRenderable). |"]]