Files
JFA_driven_motion_blur_addon/addons/SphynxMotionBlurToolkit/PreBlurProcessing/default_component.tres
sphynx-owner 31fed9641a Complete overhaul, new implementations
- Overhauled file structure to be on addons for universality
- Streamlined compositor shader stages with custom classes and resources
- Added previous proven implementations (McGuire, Guertin)
- entirely new and improved jump flood implementation, more realistic, robust, and performant
2024-08-10 15:20:51 +03:00

10 lines
368 B
Plaintext

[gd_resource type="Resource" script_class="BlurVelocityComponentResource" load_steps=2 format=3 uid="uid://rp3mpjmisoyh"]
[ext_resource type="Script" path="res://addons/SphynxMotionBlurToolkit/PreBlurProcessing/blur_velocity_component_resource.gd" id="1_ijikr"]
[resource]
script = ExtResource("1_ijikr")
multiplier = 1.0
lower_threshold = 0.0
upper_threshold = 0.0