Skip to content

Bloom Effect in Unity Build-in pipeline

Notifications You must be signed in to change notification settings

glasirius/CasualBloom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casual Bloom

High quality bloom effect implement with unity build-in render pipeline,just for study,not enough efficiency

image-20220607162742746

implement

simply using ping-pong down & up sample to blur the source image,apply tone-mapping and gamma-correct for bloom texture,then mix it to screen

image-20220607150646846

How to use

Add Bloom.cs script component to Main Camera,adjust some parameter based on you

image-20220607151146317

make any method that cause pixel's luminance over the threshold,then it will generate bloom,for more bigger value,it gonna to have bigger bloom range

image-20220607151146317

About

Bloom Effect in Unity Build-in pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ShaderLab 78.2%
  • C# 21.8%