- Home /
Wing animation
I have a mosquito animated model. I need to blur wings' movement to simulate really fast waving. First I thought about applying motion blur, but it seems to affect the whole scene + it slows down the game (I'm deploying on iOS, using Unity Pro). So what are possible approaches to simulate fast wing waving ?
Answer by Loius · Aug 14, 2012 at 07:01 AM
A common trick is to use animated textures which are already blurred. The wing polygons themselves don't move.
Works best if each wing is just a single polygon (actually probably won't work at all if you have 'thick' wings).
Your answer
Follow this Question
Related Questions
Aura effect, need tips/advice 1 Answer
Best way of rendering a Sword Slash or other Weapon effects? 3 Answers
How to use motion capture 2 Answers
Script does not work on version 4.6.0. 0 Answers
import Motion XML from Flash 0 Answers