You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now here is my problem: how can I select a specific animation? When I open the file in gltf view it shows that there are multiple animations (1-4). Is there a way to select one of these for the animation mixer property?
Thanks,
Nahuel
The text was updated successfully, but these errors were encountered:
Hi, you can use the clip argument of the animation-mixer component like it says in the docs, as an example: <a-gltf-model src="#my_model" animation-mixer="clip: name_of_animation"></a-gltf-model>
Hi there :-)
I implemented an animated .glftf file with the animation-mixer component:
Now here is my problem: how can I select a specific animation? When I open the file in gltf view it shows that there are multiple animations (1-4). Is there a way to select one of these for the animation mixer property?
Thanks,
Nahuel
The text was updated successfully, but these errors were encountered: