This commit is contained in:
sphynx-owner
2024-07-22 01:24:02 +03:00

View File

@ -1,6 +1,13 @@
# Instructions
1. take the contenst of the "addons" folder and move them to an addons folder in your project.
2. add an environment node, add a compositor effect to it, and to it, add a new MotionBlurSphynxJumpFlood
2. add an environment node, add a compositor effect to it
3. to that, add a new PreBlurProcessor effect, which is now required, and after it add a new MotionBlurSphynxJumpFlood
instructions for radial blur meshes can be seen here:
https://youtu.be/eslsw9do4Kc
WARNING:
if you want transparent objects to render on top of the blurred background, you can move the pre-blur-processing and blur post process effects both to callback type of pre-transparent, At which point it would not work if you have MSAA enabled, so make sure to also turn that off.
# Demo Repo
you can find a working demo repository here: