View Single Post
Old 18 July 2017, 23:15   #233
frank_b
Registered User
 
Join Date: Jun 2008
Location: Boston USA
Posts: 466
Quote:
Originally Posted by AnimaInCorpore View Post
In fact, sprites can be bigger than 16 x 16 pixels defined by special width and height "concatenation" bits but they're still being comprised of 16 x 16 pixels tiles though.
However, you need to add the flipped sprites/tiles to your memory calculation as well as some different coloured alternate reincarnations. This will increase your memory requirement by a good margin.
Hi Anima. How big is the sprite data excluding background tiles? How many sprites get rendered for the average, best and worst case on the Ste? What sizes are they? How many can your engine draw in 1 vbl / 2 vbl?
How much faster is your scan line renderer vs brute force masking? What's the cost for masking a single word?
frank_b is offline  
 
Page generated in 0.05867 seconds with 10 queries