You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The effects attribute is manipulating the system that supervises post proc and doesn't behave exactly like components currently. It also doesn't update when tweaked via the browser console inspector aframevr/aframe#2740 only setAttribute() works. For now work around it till its sorted out in aframe core
scene.removeAttribute('effects')
doesn't cause the effects to stop. I can work around this throughscene.setAttribute('effects', [])
.The text was updated successfully, but these errors were encountered: