pouët.net

whats this killer effect?

category: general [glöplog]
I've seen this very oldskool effect many times...anyone can tell me what this is or how its done?

( at 01:27 )

http://www.youtube.com/watch?v=pV7URFzNSno&feature=related
added on the 2008-11-19 09:57:21 by squezel squezel
It's a table-effect.
added on the 2008-11-19 10:08:08 by kusma kusma
This frankly looks like a few frames of animation rendered out in some commercially available raytracer which can do volumetric lighting, otherwise they would have probably made the effect a little bit longer to enjoy.
added on the 2008-11-19 10:08:39 by eye eye
ARGH scrap what i said, i was looking 10 seconds too early in the video. What kusma said.
added on the 2008-11-19 10:09:52 by eye eye
Oldschool?!! This is oldschool:

BB Image
added on the 2008-11-19 10:13:58 by Hyde Hyde
texture mapping
added on the 2008-11-19 10:27:40 by pommak pommak
Oldschool?!! This is oldskool:

BB Image
added on the 2008-11-19 10:29:41 by aegis aegis
wow! that kid in the middle in front....he looks like he's the smartest..if not he prolly be on crack!

anyways...since you ppl are watching this thread..any words on how its done?
added on the 2008-11-19 10:31:53 by squezel squezel
A lookup per pixel in a 2d table pointing into a texture and then scroll the texture pointer (and maybe (like in the link) the table too)
added on the 2008-11-19 10:45:11 by Psycho Psycho
Divide the screen into n*m quads, calculate u,v for each vertex using some fancy formula and texturefill the whole thing.
added on the 2008-11-19 10:48:15 by pommak pommak
Ah, psycholns's solution is probably the right one for in this case :) Sorry for misinformation.
added on the 2008-11-19 10:51:07 by pommak pommak
yeah, there are even versions of that effect with 2 or more tables added. This effect seems to use a per-screen-pixel table, and scroll both the texture AND the screen. For the precomputed equation used to deform, must be something like a sphere equation. And yeah, interpolation with mapped quads are better for these effects. (less memory took for lookup tables, hability to compute the equation in real time.)
added on the 2008-11-19 11:15:05 by krabob krabob
Which is better depends on the hardware, formula used (there's a lot of things you can't do in a 16x16 interpolation) and how dynamic you want it to be.
added on the 2008-11-19 11:26:05 by Psycho Psycho
funny thing about it is that it's such an amiga-only effect - i only saw like 2-3 pc demos using it... not that it was harder or anything, just... not used i guess
added on the 2008-11-19 13:22:00 by Gargaj Gargaj
Looks like a variation of bitmap tunnels (tutorial here http://sol.gfxile.net/gp/ch17.html ..) and there used to be craploads of pc demos with such effects.. doomsday did several variations, for example.
added on the 2008-11-19 13:47:42 by sol_hsa sol_hsa
thnx brothers, my ego is more than satisfied
added on the 2008-11-19 15:41:52 by squezel squezel
Gargaj, perhaps if you count it as somehow distinct from wormholes, tunnels (with bazillion different distorts), bumpmaps, lenses, planes etc..
added on the 2008-11-19 16:31:12 by 216 216
BB Image
yes, that's what i meant - this certain LUT effect was used a lot more on Amiga as far as I saw... no idea why.
added on the 2008-11-19 16:37:21 by Gargaj Gargaj
it's well featured in older hellcore (mrock) demos/intros.
added on the 2008-11-19 17:50:08 by superplek superplek
Gargaj: ephidrena used variants of that "ball" in 10 demos or so, simply because it was the only formula Loady managed to implement in those 3 years...
BB Image
added on the 2008-11-19 18:08:54 by the_Ye-Ti the_Ye-Ti
maybe texture-shift in a torus looked sexy on amiga but is way too easy on pc with GHz instead of MHz...i guess thats why!

saw that demo the first time and it surely rocks!
how do those differ to "tunnels without depth"?
added on the 2008-11-19 18:31:09 by maali maali
Jizz or Stash from TBL featured such an effect if i remember right...
added on the 2008-11-19 19:19:06 by medron medron

login