What would you call the effect applied to the backgrounds in the Giygas fight of Earthbound, and the battle backgrounds in Mother 3? This is what I'm talking about.

http://www.youtube.com/watch?v=tcaErqaoWek

http://www.youtube.com/watch?v=ubVnmeTRqhg

Now anyone know how I could go about this without using animated images, or using openGL?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 2 down vote accepted

These are also called demo effects. They are used on demoscene events, beside games.

Check out this effect collection.

link|improve this answer
feedback

it's just a textured quad, with sin and cos applied to the texture coordinates

link|improve this answer
Huh? So it's using 3D? – William May 16 '10 at 9:25
today, yeah it's the most straight forward way of doing it, use opengl or d3d -- the modern way is to do it in a shader – Gregory Pakosz May 16 '10 at 9:27
What kind of shader would that be called? – William May 16 '10 at 9:44
@William You can do this using a pixel shader.Here's a link with some examples facewound.com/tutorials/shader1 – zebrabox May 16 '10 at 10:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.