wizgrav / aframe-effects

A VR Ready Post processing framework for Three.js and/or A-Frame
https://wizgrav.github.io/aframe-effects
MIT License
208 stars 29 forks source link

Everything goes black? #21

Open heaversm opened 5 years ago

heaversm commented 5 years ago

Hi - I seem to be able to see effects like the glitch shader, but my scene goes black and I can' see anything underneath the effects themselves on a black screen. Using aframe 0.9.2

stylefieber commented 4 years ago

same issue

TheBricktop commented 4 years ago

same

smakhtin commented 4 years ago

Same

veacks commented 4 years ago

The issue is coming from Three.js which is still struggling to adapt post processing on WebXR, the issue is still not resolved yet on their side, so Aframe which also try to implement post-processing on their side (https://github.com/aframevr/aframe/pull/3645) and aframe-effects are blocked ATM.

This is the related Three.js ticket: https://github.com/mrdoob/three.js/pull/18846

If you want to implement Post Processing, you can use a previous version until the new Three.js post-processing Api is merged.