Home Unreal Engine

Efficient Texture Blurring

ambershee
polycounter lvl 17
Offline / Send Message
ambershee polycounter lvl 17
Hi folks!

I'm wondering what techniques people are using to blur textures; e.g a gaussian blur type effect. It seems difficult to come up with anything that isn't overly instruction heavy :)

Replies

  • Ace-Angel
    Offline / Send Message
    Ace-Angel polycounter lvl 12
    Box/Gaussian Blur or a Lerp between two states of the texture with the latter having another lerp (a la Hemispherics) to determine coloration of the blur needs to be heavy.

    The prior usually costs around the 70-80+ instructions on the lightest while the latter costs around 20+ pending on how much on steroids you put it.
Sign In or Register to comment.