I want to emulate shutter time with OpenGL. I found this below gives the best results:

ClearScene();

DrawScene();

DrawMovingObject();

glAccum(GL_LOAD, 1.0/n );