top of page
Radial Blur Effect


· This is a post-processing shader effect;
· Sample the position on the radius UV map;
· Normalize direction, and sample the position of the screen;
· Blend the weighted blur and the original of the screen;
· Add the script to the main camera, in order to load the texture as the post effect.
​
bottom of page