Stopping a .glb animation from looping

Hello everyone, I am new to 8th Wall, and I have a simple .glb animation which I created in Cinema4D, and I managed to place it in the cactus project, and I want it to play once and pause at the last frame, so that the user can click on the 3D object and go to a specific URL.

right now it keeps looping, and I am not being able to pause it on the last frame, and I don’t know how to add a link to the 3D object. Any help would be greatly appreciated…

Please reference the animation-mixer component here:

You may want to do something like:

animation-mixer="clip: yourClip; loop: once; clampWhenFinished: true"

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.