godot-motion-blur icon indicating copy to clipboard operation
godot-motion-blur copied to clipboard

how to make it work with Camera2D?

Open grenzionky opened this issue 6 years ago • 2 comments
trafficstars

how can i make this work with a Camera2D? i cant figure it out…

grenzionky avatar Aug 23 '19 00:08 grenzionky

Unfortunately this addon is 3D only for now.

Bauxitedev avatar Aug 24 '21 09:08 Bauxitedev

You can simulate 2D motion blur on a per-object basis by creating several transparent copies of sprites, each of them lagging behind the original sprite.

It's pretty cheap to render and doesn't require any shaders. It does require some housekeeping with scripts, but it's doable.

Calinou avatar Apr 22 '22 23:04 Calinou