Tagged Questions
3
votes
1answer
590 views
Motion blur is blurring static stuff
I made a motion blur using OpenGL immediate mode, basically it involves saving screen to texture, then rendering blended texture back (let's skip the details) with something like this:
...