Files
JFA_driven_motion_blur_addon/addons/SphynxMotionBlurToolkit/SphynxMotionBlurToolkit.gd
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

13 lines
178 B
GDScript

@tool
extends EditorPlugin
func _enter_tree() -> void:
# Initialization of the plugin goes here.
pass
func _exit_tree() -> void:
# Clean-up of the plugin goes here.
pass