aframe gui flickering in location based scenario
Hi,
i want to create a gui for location places with ar.js.
i use https://aframe.io/releases/1.0.4/aframe.min.js", AR.js-3.1.0/aframe/build/aframe-ar-nft.js', 'aframe-gui/aframe-gui-vv0.3.6/dist/aframe-gui.js'.
i added a button with text and icon button. both flickers extremely (see the screenshot from my phone)

same scenario is on marker based ar. Always flickering
AR.js has a hard time with small z-index values, I am planning to upgrade the font import to troika-text in hopes this will solve most issues
you could use a png image as button and use the "gui-interactable" component for button like interaction in the meantime