HiuKim Yuen
HiuKim Yuen
@Sov3rain Yes, saw your reply. I think it's okay to have a hacky solution. But how confident are we with the solution? I personally don't have these devices to try....
just resize the video accordingly. width=1 means same size of the target image This page discuss this: https://hiukim.github.io/mind-ar-js-doc/quick-start/webpage
You need to set the height relative to your target image aspect ratio. Read the last paragraph: https://hiukim.github.io/mind-ar-js-doc/quick-start/webpage
which browser you use?
Apparently `three` is missing. probably something wrong with your import.
Does it work without MindAR? I mean as a regular AFRAME application?
haha, nice spot. Right now, the contents are simply set to `invisible`. I guess that might be the reason.
@ArtemOstapov Yes, I think you can do that. It's not really related to the AR, more on general web development. You can implement some toggle buttons and programming logic to...
@ArtemOstapov yes, sure. view-source:https://hiukim.github.io/mind-ar-js-doc/samples/advanced.html
Do you have a testable app online?