Fake Volumetric Radial Motion Blur

$9
Publisher Marcell Hermanowski
File size 307.91kB
Number of files 15
Latest version 1.0.1
Latest release date 2022-06-22 08:41:19
First release date 2021-07-20 04:28:15
Supported Unity versions 2018.4.2 or higher

How it works:


The shader draws a transparent mesh multiple times but always with a rotational offset. This can be used to fake that spin effect of a fast rotating rim or propeller of a plane or chopper.


Performance:

Drawing a mesh needs one pass = one drawcall.

Less Drawcalls = Better performance!


The asset includes three versions of the fake blur shader and one shader for the unblurred object. The difference between the three fake blur shader versions is the pass count. 


It is recommended to use the “FVRB_5_Passes” shader because it has the lowest pass count and so the lowes drawcall count. In most cases this gives a good result. A shader with higher pass count can give better results at higher rotation speeds but will create more drawcalls.