Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing effects doesn't remove effects #6

Open
rockwalrus opened this issue Jul 17, 2017 · 1 comment
Open

Removing effects doesn't remove effects #6

rockwalrus opened this issue Jul 17, 2017 · 1 comment

Comments

@rockwalrus
Copy link

scene.removeAttribute('effects') doesn't cause the effects to stop. I can work around this through scene.setAttribute('effects', []).

@wizgrav
Copy link
Owner

wizgrav commented Jul 22, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants