# LabA10 Image Space Effects : Bloom

## Scaffold project

{% embed url="<https://github.com/zhaoyoubing/proj02/tree/LabA10_bloom_start>" %}

You only need to work on shaders/<mark style="color:red;">**bloomfilter.frag**</mark>, shaders/<mark style="color:red;">**bloomblur.frag**</mark>, shaders/<mark style="color:red;">**bloomblend.frag**</mark> and <mark style="color:red;">**main.cpp**</mark>.

Try to search with "TODO" to find sections you need to work on.

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2Fhm7HH2qIsw4Qi4rwdnEt%2Fimage.png?alt=media&#x26;token=a55ed467-474e-4522-9b25-a0ae9170f7e6" alt="" width="563"><figcaption></figcaption></figure>

## Tutorials

Render to Texture

{% embed url="<https://www.opengl-tutorial.org/intermediate-tutorials/tutorial-14-render-to-texture/>" %}

Bloom

{% embed url="<https://learnopengl.com/Advanced-Lighting/Bloom>" %}
