Skip to main content
GameDev.net gamedev.net
🔒 Locked

fullscreen scanline effect

Started by Byron Sep 17, 2008 at 5:36 AM 2 replies 1.9k views
Original Post
Byron
Byron
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?
ByronBoxes
Zouflain
Zouflain
Just a shot in the dark, why not draw the overlay texture with finer lines and complete opacity, then jitter it a bit with a much lower opacity? I'd say throw in a bloom, but you said no shaders =).
marcjulian
marcjulian
You could replicate the effect from this tutorial maybe:

http://www.moesrealm.com/photoshop/scanline.html

Greets,
Marc
Byron
Byron
That's essentially what I was doing but I need it to be a bit more dynamic to give that hologram feel. So what I am doing now is fill the screen with lines and vary the opacity of the lines each frame to give it a shimmer.
ByronBoxes

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.