motion blur?

Started by
4 comments, last by En3my 22 years, 7 months ago
hi, i found a very cool morphing demo while browsing nehe''s site! the demo can be found here: http://homepage.ntlworld.com/fj.williams/PgSoftware.html the demo can be found a bit down the page, called opengl morph demo or something... can anyone explain how the motion blur effect is created, it looks so cool... that''s something i''d like to learn... thanks in advance!
Advertisement
Take a look at,

http://www.gamasutra.com/features/20010209/evans_01.htm

BloatWare
A fast trick to do motion blur in OpenGL is to draw a black, translucent texture on top of your scene (don''t clear the screen every time you draw the scene). This is the method I use and it has very little impact on framerate.


-----------------------------
Yes, this is a very witty signature.
-----------------------------Yes, this is a very witty signature.

Yeah, but that is not true motion blur. See this page:

http://freespace.virgin.net/hugo.elias/graphics/x_motion.htm

Huh?

That should be:

HUGO ELIAS'' MOTION BLUR PAGE

Actually, as of now, motion blur is GENERALLY pretty slow... Real-time I''m talking about.

------------------------------
Trent (ShiningKnight)
E-mail me
ShiningKnight Games

This topic is closed to new replies.

Advertisement