google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Animation in SceneView #1061

Closed SGTjeong closed 4 years ago

SGTjeong commented 4 years ago

In advance, thank you for sceneform 1.16.0 being able to use gltf animation

The sample code only shows how to animate objects in arFragment.

Is there a way to animate objects in SceneView?

tellypresence commented 4 years ago

The gltf animation is a property of the renderable node, so there shouldn't be anything special you need to do to have model animation

SGTjeong commented 4 years ago

i was stu