Do anybody know how to apply transformation to sprite without opportunities of SpriteBatch.Draw() method ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
The matrix passed into The downside is that, if the scale of each sprite is different, you will have to start a new batch for each. Your other option is to write your own sprite batcher - but that seems a bit drastic. |
|||
|
|
|
Thanks! I've found solution, but it is very slowly =(
|
|||
|
|
|
Could you suggest another solution? That's what i need: I have circle sprite and this picture contains shadow, I need to stretch this circle (make ellipse) and rotate it, but I want the shadow does not change its position into ellise. rotation and scaling change every frame. thanks in advise..... |
|||||
|