[A83] Re: fast clipped sprite routine


[Prev][Next][Index][Thread]

[A83] Re: fast clipped sprite routine



Joe Pemberton writes:
> Does anyone have a faster 8xN clipped sprite routine than crashman's?
> I'm in the process of some serious optomization =)  Check out
> www.joepnet.com/images/ps/phantom_new10.gif for an idea of what i
> need it for.

You're not going to get much faster than SpriteClip 3.0.  You need to change
your thinking: don't clip.  One way to do this is to use a buffer larger
than the screen and clip while copying it.  This is much faster than
clipping for every sprite.

--
David Phillips <david@acz.org>
http://david.acz.org/




Follow-Ups: References: