Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 391 Bytes

Motion Blur in OpenGL4

This project is an implementation of the motion blur effect. The library used are, Assimp, glm and glad.

You can build the project with the Cmake.

Controls:

  • UP for increasing x speed.
  • DOWN for decreasing x speed.
  • LEFT for increasing y speed.
  • RIGHT for decreaing y speed.
  • ENTER to activate motion blur effect.
  • BACKSPACE to desactivate motion blur.