timnicolas / bomberman

3d remake of the classic game Bomberman in C++ with OpenGL.
https://tnicolas42.github.io/bomberman
MIT License
7 stars 0 forks source link

Add blur effect to the menu background for better readability #246

Closed zer0nim closed 4 years ago

zer0nim commented 4 years ago

Ça y est l'effet de blur est normalement fonctionnel.

En gros ça fonctionne comme ça:

et voilà 😅

Si ça vous interesse d'en savoir plus: https://learnopengl.com/Advanced-OpenGL/Framebuffers https://www.youtube.com/watch?v=uZlwbWqQKpc https://learnopengl.com/Advanced-Lighting/Bloom

Close #244