aframe-effects icon indicating copy to clipboard operation
aframe-effects copied to clipboard

Everything goes black?

Open heaversm opened this issue 6 years ago • 4 comments

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

heaversm avatar Aug 22 '19 20:08 heaversm

same issue

stylefieber avatar Jan 10 '20 13:01 stylefieber

same

TheBricktop avatar Jan 14 '20 13:01 TheBricktop

Same

smakhtin avatar Mar 06 '20 14:03 smakhtin

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.

veacks avatar Sep 16 '20 08:09 veacks