SFML community forums

Bindings - other languages => DotNet => Topic started by: NinjaFighter on April 01, 2011, 09:47:58 am

Title: Imposible to rotate a sprite group?
Post by: NinjaFighter on April 01, 2011, 09:47:58 am
I can't figure how to rotate a sprite group without having to rotate every one... there's a way to change the matrix before drawing?
I try to changing the view values, but, doesn't work, becuase there's no way to change rotation. (I only can move, or zoom, but not rotate)
What can I do?
Title: Imposible to rotate a sprite group?
Post by: Laurent on April 01, 2011, 10:22:06 am
You can rotate views in SFML 2.
Title: Imposible to rotate a sprite group?
Post by: NinjaFighter on April 01, 2011, 06:05:30 pm
Great! I download the sfml 2 source, and was a success! Thanks a lot!  :)