Per-pixel place image on plane.

SGDK only sub forum

Moderator: Stef

Post Reply
alko
Very interested
Posts: 172
Joined: Thu Aug 07, 2014 9:31 am
Location: Russian Federation

Per-pixel place image on plane.

Post by alko » Mon Apr 11, 2016 7:17 pm

Is possible position the image on the plane with pixel precision?
Image

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: Per-pixel place image on plane.

Post by Stef » Thu Apr 14, 2016 6:55 pm

Unfortunately not in a easy way... Why are you trying to do that ? Can't you use scrolling ?

alko
Very interested
Posts: 172
Joined: Thu Aug 07, 2014 9:31 am
Location: Russian Federation

Re: Per-pixel place image on plane.

Post by alko » Fri Apr 15, 2016 11:07 am

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.)
Image

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: Per-pixel place image on plane.

Post by Stef » Fri Apr 15, 2016 12:45 pm

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.

Post Reply