From d419a3d96a9fee08408ecc533aebc3f353b57f9c Mon Sep 17 00:00:00 2001 From: sphynx-owner <61445300+sphynx-owner@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:20:22 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bda033..cb22b07 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 3. to that, add a new PreBlurProcessor effect, which is now required, and after it add a new MotionBlurSphynxJumpFlood WARNING: -if you want transparent objects to render on top of the blur and keep the background blurred, 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. +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: