I am aware of the ability to play all animations associated with a .glb in 8th wall, however for our use case we are trying to get mutliple animation tracks to play simultaneously and not consecutively. Is there a way to do this in 8th wall.
You can take a look at the animation-mixer component here:
If you want to play all you would so something like this:
animation-mixer="clip: *"
Hi, I wanted to achieve the same thing and I looked through the documentation. My problem is that I donβt know how to use this documentation in this template to solve my problem: A-Frame: Animation Mixer | 8th Wall | 8th Wall. Can you guide me with more specific steps? Like copy XX codes to YY. Thanks a lot!
You need to copy the external script in head.html
<script src="//cdn.8thwall.com/web/aframe/aframe-extras-7.2.0.min.js"></script>
then add to your project. Then add the above code I stated to your entity.