Page 1 of 1
Per-pixel place image on plane.
Posted: Mon Apr 11, 2016 7:17 pm
by alko
Is possible position the image on the plane with pixel precision?
Re: Per-pixel place image on plane.
Posted: Thu Apr 14, 2016 6:55 pm
by Stef
Unfortunately not in a easy way... Why are you trying to do that ? Can't you use scrolling ?
Re: Per-pixel place image on plane.
Posted: Fri Apr 15, 2016 11:07 am
by alko
Stef wrote:Unfortunately not in a easy way... Why are you trying to do that ? Can't you use scrolling ?
sprite generator has a limit by the size and number of sprites.
if I place software "sprites" on plane, then will be no limitations.(but to the detriment performance, of course.)
Re: Per-pixel place image on plane.
Posted: Fri Apr 15, 2016 12:45 pm
by Stef
Indeed but performance will be terrible. I think you better go using directly the software "bitmap" engine so you can manage an image as a pure bitmap buffer... Of course performance won't be great but better than trying to put many "software" sprites inside a plan.