Page 1 of 1

Can I mirror a sprite (up-down or left-right) with BltFast?

PostPosted: Jan 7, 2007 @ 7:48pm
by Staryon
I have been checking the documentation and I don't see anything to do that, however you can do it with Blt.

Does anybody know how I can do that?

Thanks

PostPosted: Jan 9, 2007 @ 1:41am
by Antony
The easiest way to do this if you want to use BltFast is to make copies in memory for the reflections. i.e. have an object for each that you can then BltFast to the display. :)