I just use pure html and just download mindar+image-aframe.prod.js and mindar-gesture.prod.js from your repo.
Here are what happened when I scanned
I just add mouse/gesture to the first a-entity tag. This does show the model when I scan the image, though I can't use my mouse to rotate
Add another inside the top one, and move mouse/gesture rotation into the nested tag instead. Doesn't work, but the model does show up.
Remove one of the closing tag for just like yours. Doesn't even show the model.
Here are what I think might be the problem
For the first one, honestly do not know. I'd wager it's because I don't nest .
This one confuses me because I don't think I do anything wrong. Though animation in may be the problem as I just copied that from the original MindAR multi-track file.
It's the closing tag, isn't it?
Here are what I've tried to fix what I think what I've been a problem
I change from animation-mixer to what presents here and it just bobs around up and down the Y-axis as I put the position of the model in "0 -0.25 0" which is an expected behaviour.
Add closing tag to 3. which fix the problem of the model not showing up, but then again I still can't rotate the model.
Any advices as to where I did wrong or how I should proceed from here are appreciated.
Here is the link to my prod repo
The scanner page
Here's the snippet of what I've done
I just use pure html and just download mindar+image-aframe.prod.js and mindar-gesture.prod.js from your repo.
Here are what happened when I scanned
Here are what I think might be the problem
Here are what I've tried to fix what I think what I've been a problem
Any advices as to where I did wrong or how I should proceed from here are appreciated.