OpenGL News Permalink
Motion blur effect using the OpenGL API and alpha values
Mar 29, 2005
This demo with source shows how to create a motion blur effect using the OpenGL API without the accumulation buffer. By rendering the object into a texture you can access the precedent frame, and render it with a lower alpha value. Doing this in a recurrent mode we get a motion blur effect.
Category: Developers • (0) Trackbacks •
