Rotating Sprite around Y-Axis (2D)
Posted
by
Bruce Collie
on Game Development
See other posts from Game Development
or by Bruce Collie
Published on 2012-06-11T15:56:29Z
Indexed on
2012/06/11
16:49 UTC
Read the original article
Hit count: 195
I'm going to be creating a game soon, and part of it involves spinning sprites. The sprites will be spinning around the Y-Axis (imagine a spinning plate on top of a stick, where the stick stands up vertically.
The main way I've thought of is to have a series of sprites for various rotation values that I blur between as the 'plate' rotates (the sprite is more complex than a plate, though).
The game will be for iPhone, but I'm open to using any 2D gave development library for it.
© Game Development or respective owner