mirror of
https://github.com/sphynx-owner/JFA_driven_motion_blur_addon.git
synced 2025-09-19 04:06:08 +08:00
Update README.md
This commit is contained in:
@ -1,9 +1,13 @@
|
|||||||
# Instructions
|
# Instructions
|
||||||
1. take the contenst of the "addons" folder and move them to an addons folder in your project.
|
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
|
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 SphynxSimpleJumpFloodMotionBlur, GuertinMotionBlur, or McguireMotionBlur
|
3. to that, add a new PreBlurProcessor effect, which is now required, and after it add a new GuertinMotionBlur, SphynxSimpleJumpFloodMotionBlur, or ExperimentalJumpFloodMotionBlur
|
||||||
4. for debugging, add a "C","Z", and "freeze" input events, and then a DebugCompositorEffect to the compositor effects. Then, all you have to do is toggle "Debug" to true on whichever effect you want to show debug for
|
4. for debugging, add a "C","Z", and "freeze" input events, and then a DebugCompositorEffect to the compositor effects. Then, all you have to do is toggle "Debug" to true on whichever effect you want to show debug for
|
||||||
|
|
||||||
|
GuretinMotionBlur - An all around best blur effect, robust, performant, and now also realistic.
|
||||||
|
SphynxSimpleJumpFloodMotionBlur - An effect driven by a novel dilation method using the jump flood algorithm, used in research of realistic blending schemes and focused on being a retrospective blur approach.
|
||||||
|
ExperimentalJumpFloodMotionBlur - An effect driven by a novel dilation method using the jump flood algorithm, uses an added feature to heuristically fake transparency of leading edge of the blur using the past color output.
|
||||||
|
|
||||||
instructions for radial blur meshes can be seen here:
|
instructions for radial blur meshes can be seen here:
|
||||||
https://youtu.be/eslsw9do4Kc
|
https://youtu.be/eslsw9do4Kc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user