motion-blur

2D motion blur solutions

I'm thinking of chucking motion blur into my 2D program, but I doubt the results of my current algorithm. My approach looks like this at the moment: Draw to backbuffer. When time to update front buffer, blend the backbuffer onto the front buffer. Repeat What would cause the "motion blur" effect is obviously the blending, as objects...

Convolution matrix for diagonal motion blur

Hello, I know my question is not really a programming question but it came out of programming need. Does anyone happen to know the convolution matrix for diagonal motion blur. 3x3, 4x4 or 5x5 are all good. Thanks, ...

OpenGL Motion blur with the accumulation buffer in WxWidgets

Hello, I'm trying to achieve a motion blur effect in my OpenGL application. I read somewhere this solution, using the accumulation buffer: glAccum(GL_MULT, 0.90); glAccum(GL_ACCUM, 0.10); glAccum(GL_RETURN, 1.0); glFlush(); at the end of the rendering loop. But nothing happens... What am I missing ? Additions after genpfault ...

flash-like navbar with jQuery

Hi there, I'm just wondering if it would be possible to use jQuery to create a slot machine navigation effect like the link below. This nav bar is really slick but I would prefer not to use FLASH if at all possible Here's the link: http://www.templatemonster.com/website-templates/24799.html thanks in advance Decbrad ...