PavelDoGreat / Super-Blur

Screen and UI gaussian blur for Unity
MIT License
843 stars 107 forks source link

Added script that interfaces with SuperBlur to improve usability and preformance efficiency #20

Closed ollaxe closed 3 weeks ago

ollaxe commented 4 years ago

I added a script that interfaces with SuperBlur to make it easier to use and more efficient. It has two values and uses them in the following ways:

Blur Size - Sets the size of the blur. Set to 0 to disable SuperBlur.cs or SuperBlurFast.cs. Max Iterations - The maximum iteration value that will be used before instead using downsampling to increase the size of the blur.