aframe-stereo-component
aframe-stereo-component copied to clipboard
data updates don't show
I've got an app where I update the image being used for the <a-sky>
background. Without stereo-component turned on my scene updates correctly, with the stereo-component turned on it does not update. I've tried it with document.querySelector('a-scene').reload()
and my screen goes blank.