Ticket #6 (accepted enhancement)
Motion Blur effect
| Reported by: | chris | Owned by: | DuMuT6p |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6.0 |
| Component: | Video | Version: | |
| Keywords: | Cc: |
Description
We need a motion blur effect for jumping.
Change History
comment:2 in reply to: ↑ 1 Changed 4 years ago by arke
Replying to chris:
Maybe this: http://www.codeproject.com/KB/openGL/MotionBlur.aspx .
Agreed.
One point of interest - it might be worth trying to do the compositing into a separate backbuffer, then blitting the result onto the screen. It uses more VRAM, but might be faster with many graphics cards. Whoever implements it should try this and test the result.
Note: See
TracTickets for help on using
tickets.
Maybe this: http://www.codeproject.com/KB/openGL/MotionBlur.aspx .