c-frame / aframe-stereo-component

aframe.io component to enable separate eye rendering of objects, plus stereo video rendering (full 360 or half dome)
https://c-frame.github.io/aframe-stereo-component/
MIT License
137 stars 52 forks source link

data updates don't show #22

Open okwme opened 7 years ago

okwme commented 7 years ago

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.