Max Fyk
Max Fyk
I recently found a NXP QN9080 USB dongle that has a built-in NFC antenna and has an Arm Cortex-M4F MCU. Theoretically, you can install OpenSK, add a small battery and...
Hi @hiukim, I think one might be able to achieve the same functionality this way! Yet, if I understand, you suggest defining custom event listeners that would do the job...
Hey @anselmpaul, I'm glad to hear someone else found this feature helpful! I managed to find this commit that shows the changes I made to the app I was working...
@anselmpaul ``` // For toggling the stayVisible, you can try something like this: function updateStayVisible(value) { const sceneEl = document.querySelector('a-scene'); const arSystem = sceneEl.systems["mindar-image-system"]; arSystem.stayVisible = value; } const updateStayVisibleButton...