H
H
Hakito2015-11-11 23:34:36
Android
Hakito, 2015-11-11 23:34:36

How to make motion blur in android canvas?

I am writing a game for Android. This is a 2D racing game with a side view, everything is drawn on canvas, as the graphics are simple. At low speeds, everything is fine, but when the speed grows to about 100 km / h, it all looks ugly. Especially the background, which is simply impossible to look at. I want to add realism through motion blur. Tell me, please, how to do this, at least some kind of blur? Preferably specifically on canvas, so as not to rewrite polygames

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2015-11-12
@Onni

We made a second layer, painted with a blur on the back of the road, and gradually changed the alpha from 0 to 1 as the speed increased.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question