Hi team,
I’m a Three.js developer working on a WebAR application where the 3D model includes an animation that users should be able to play and pause interactively within the AR experience. Since native AR viewers on iOS and Android don’t allow this level of control, I opted for an 8th Wall Pro account to leverage its flexibility and real-time rendering capabilities.
That said, I’m finding it difficult to locate up-to-date and comprehensive documentation on how to fully integrate 8th Wall into a modern Three.js project, especially in terms of handling animation playback via UI buttons (e.g., play/pause functionality using AnimationMixer
).
Could you please guide me on the recommended approach for:
- Integrating 8th Wall with an existing Three.js project
- Implementing interactive animation control via UI in an 8th Wall project
Any examples, best practices, or pointers would be greatly appreciated.
Thank you!