🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Wall

posted in noaktree leaves
Published May 03, 2005
Advertisement
Ok so I made this great scene, animated a character to act in it, created a storyboard, and recorded my own voice. (It's scary listening to your own voice) So I start clipping the scene in real time and notice that my frame rates are pathetic, again! Have I just outgrown this graphics card? Coder said, "That card blows." While I'd never say that myself (it's been good to me) I do think it might be time to move on. The problem is that my computer has a 4x AGP slot and the card I'm running is 8x. Obviously it's backwards compatible but does that mean I've only been getting half of the card's speed? And if so it doesn't make much sense to get a new card until I get a new machine to fully support it.

In retrospect, it may be time to step back from the graphics angle for a bit. I could always commit more time to my game. But I'm just the type that if I'm not learning something new then I can't sleep at night. Not that I can sleep at night anyway. But the point is, I need a new angle. I hope I find the right one. Hahahahahahahahaha. Ok so I guess comedy is out.

[edit] I just built up a neural network class and genetic algorithm class. This should get my mind off of graphics for a bit. Does anyone know of a good article describing the AI used in Black & White 1?
Previous Entry Node Tree Clipper
0 likes 5 comments

Comments

Muhammad Haggag
Quote: So I start clipping the scene in real time and notice that my frame rates are pathetic, again! Have I just outgrown this graphics card? Coder said, “That card blows.” While I’d never say that myself (it’s been good to me) I do think it might be time to move on.

OMG! Look, Ma, I'm being quoted!!
[grin]

Do you happen to use any vs2/ps2 at all? The 5200 is known to have exceedingly bad performance at this area, so bad that it's only viable for development use only. Games typically consider the 5200 DX8.1 class hardware, and fallback to 1.1 shaders

Quote: The problem is that my computer has a 4x AGP slot and the card I’m running is 8x. Obviously it’s backwards compatible but does that mean I’ve only been getting half of the card’s speed? And if so it doesn’t make much sense to get a new card until I get a new machine to fully support it

Well, this only affects AGP data transfers (a good article to read about AGP can be found here), so it might be the culprit in your case, though I doubt it. Do you use huge amounts of dynamic buffers, updating them every frame?
May 04, 2005 09:34 AM
noaktree
Hey it logged me out or somthing...but that was me up there.
May 04, 2005 05:02 PM
Muhammad Haggag
I'd try the demo on a newer card if I were you. I vaguely recall someone on the graphics programning forum had 30 FPS on a 5200, in a demo that ran at 200+ or so on some real hardware. Try someone with a 9700/9800/X800/G6600/G6800.
May 04, 2005 10:00 PM
noaktree
Thanks for the tip Coder.
May 04, 2005 10:02 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement