Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to make it work with Camera2D? #4

Open
grenzionky opened this issue Aug 23, 2019 · 2 comments
Open

how to make it work with Camera2D? #4

grenzionky opened this issue Aug 23, 2019 · 2 comments

Comments

@grenzionky
Copy link

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

@Bauxitedev
Copy link
Owner

Unfortunately this addon is 3D only for now.

@Calinou
Copy link

Calinou commented Apr 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants