mirror of
https://github.com/sphynx-owner/JFA_driven_motion_blur_addon.git
synced 2025-09-19 04:06:08 +08:00

- 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
13 lines
178 B
GDScript
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
|