You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which works all well, it allows me to use the cursor to choose the option and change the image below,all good
but I want to use tracking and ar.js ! so I want to add the marker stuff
but whenever I add the marker stuff, in whichever way , it always spoil the cursor thing,
If I take the cursor thing out and use just the marker then all great, but no cursor.
its like I either have a cursor but no marker stuff or marker stuff but no cursor
can I have both the marker stuff and the cursor working?
thank you so much
The text was updated successfully, but these errors were encountered:
I found this way to preserve both marker and cursor, but it has this big problem, i cannot use marker-camera, because i have to handle separately marker and camera and this works way worse than when using marker-camera and putting the elements outside of it, i cant manage to embed code well here
so this is not a solution, I need a way to use marker-camera, have the triggered elements outside of it and somehow be able to have the cursor functional to choose things
so I have a code like this (I show just the ending part for brevity)
` ..................
...........a-image id="image-360" scale=".3 .3 .3" position="0 0 0" rotation="0 0 90" src="#city">
which works all well, it allows me to use the cursor to choose the option and change the image below,all good
but I want to use tracking and ar.js ! so I want to add the marker stuff
but whenever I add the marker stuff, in whichever way , it always spoil the cursor thing,
If I take the cursor thing out and use just the marker then all great, but no cursor.
its like I either have a cursor but no marker stuff or marker stuff but no cursor
can I have both the marker stuff and the cursor working?
thank you so much
The text was updated successfully, but these errors were encountered: