Is it possible to add annotations alongside a 3D model in a WebAR experience for iOS and Android devices on browsers like Chrome and Safari using 8th wall editor?
Do you have an example? Are you trying to display device information in the scene? The more details the better.
I am currently working on a WebAR project where I have a 3D model consisting of several parts. I want to implement a feature where, upon clicking the model, it βexplodesβ (i.e., separates into its individual parts), and I would like to add a button that, when clicked, displays annotations with the names and descriptions of each part.
Hereβs what I envision:
- Exploding Effect: When the user clicks on the model, it should animate to show its parts spreading out.
- Annotations: After the model explodes, there should be a button that, when clicked, reveals annotations that list the names and descriptions of each part.
Could you provide guidance or examples on how to achieve this in a WebAR context, particularly using studio if possible or in editor Any help with code snippets or tips on animation and annotation display would be greatly appreciated.
Take a look at this example project, by combining the use of UI in 3D space, similarly to how we did the pause and play buttons here, and an animated model you can recreate the effect.