Skip to content

Latest commit

 

History

History
 
 

lesson_082_bloom_glow_post_effect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Fun with WebGL 2.0 - 082 - Bloom / Glow Post Effect

Description:

To complete the previous video's effect, we need to apply a post effect called Bloom, others might call it the glow effect. So we go through all the steps needed to make objects in our scene glow then talk about some optimizations I learned in my research of the bloom effect.

Links of Interest

http://www.pyramidsoftwaresolutions.com/webgl-threejs-blur-tutorial.html

https://learnopengl.com/Advanced-Lighting/Bloom

https://udk-legacy.unrealengine.com/udk/Three/Bloom.html

http://dev.theomader.com/gaussian-kernel-calculator/

/~https://github.com/Jam3/glsl-fast-gaussian-blur

Links