Original Post
I want to create a full screen scanline effect. My scene is mainly made up of wireframe renders and I want to introduce a 'fuzzy' scanline effect over the top of the whole scene to give it a kind of holographic feel (think the holograms in Star Wars). I thought about just a quad with a scanline texture and saturated alpha but it didn't really look good. This has to work on OpenGLES so I can't use shaders. Any ideas?