Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
sprite hardware limitations   Message List  
Reply | Forward Message #11224 of 15019 |
I'm working on an isometric view RPG similar to "Breath of Fire 3" that
supports freely rotating the screen in any direction (through 64
angles). It uses rotate-zoom layer for the floor, and heavy use of
sprites for other graphics objects.

For sprites, it's using a cache of prerendered sprites (for each view
angle), along with rotate-zoom sprites for simple 3d objects like walls
and puddles.

This yields an excellent frame rate, since no polygons need to be
rendered in software during normal gameplay. It works great on
emulators.

My concern is: what exactly are the hardware limitations on sprites?
And what is the behavior if you use too many sprites per line? Which
sprites disappear? I'd like to build these limitations into my video
hardware simulator so I don't get overzealous with complex scenes.

I've seen listed figures for "max number of ROZ sprites per scanline"
but what happens when you mix normal sprites with some smaller number
of ROZ sprites? Is there a simple rule I can safely use as a
constraint? Let's say for example I have (A) 32x32 sprites, and (B)
double size 32x32 sprites with ROZ enabled. What combination of (A)
and (B) will not cause problems?

Is there any freely available emulator that is known to enforce these
limits?


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com




Thu May 2, 2002 5:37 pm

pstroffo
Offline Offline
Send Email Send Email

Forward
Message #11224 of 15019 |
Expand Messages Author Sort by Date

I'm working on an isometric view RPG similar to "Breath of Fire 3" that supports freely rotating the screen in any direction (through 64 angles). It uses...
Phil Stroffolino
pstroffo
Offline Send Email
May 2, 2002
6:13 pm

From: "Phil Stroffolino" <pstroffo@...> ... I've also seen the numbers posted here recently but I don't have them readily handy. However, you should be...
John Seghers
johnse98072
Offline Send Email
May 3, 2002
8:29 am

max sprites per line: width normal obj rotation/scaling obj 8 128 47 16 76...
Neil Holmes
n1nge
Offline Send Email
May 3, 2002
8:37 am

... I believe that sprites are unaffected by backgrounds in use. In fact, AFAIK, the only effect BGs ever have on sprites comes in BG mode - whether sprites...
Fatty diZilla
johnisaheadcase
Online Now Send Email
May 3, 2002
9:25 pm

Surely setting affine mode to ST_OAM_AFFINE_ERASE for unused OAMs must be better than placing them offscreen as suggested below. That way they will need no...
Emil Arkman
emil_arkman
Offline Send Email
May 6, 2002
3:38 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help