Image target on bottle

Hello, this is a question, I’m working with an image target on a bottle, and I have this problem: I load the model into my traget, but the initial animation disappears and doesn’t show it (there’s an animation of collecting the totem). What could be causing this?

and why doesn’t the start of an animation using sound in js work for me (xrimagefound and xrimagelost)

It depends on your animation, it could be related to frustrum culling if the origin of the model isn’t at 0, 0, 0. It would be helpful if you could show an video.

Sound only works if you’ve captured a user gesture before playing the sound. This is a security measure implemented by the browser.