u did good work!
124 FPS
PII 300
192 MB RAM
Riva TNT 2 Ultra
Test my engine?
112 frames. and it is going down to 24 for a few miliseconds.
slow down the framerate, a human eye cant even follow all those frames! 50 or 400 frames. its the same.
I have a pentium 3, 450 mhz. and 2 voodoo''s in a sli mode.
slow down the framerate, a human eye cant even follow all those frames! 50 or 400 frames. its the same.
I have a pentium 3, 450 mhz. and 2 voodoo''s in a sli mode.
I dont know much about Windows programing, but why lower the fps? "just" put in some sort of timer, that updates the movement 30times/sec
i think that should work....
i think that should work....
=======================Game project(s):www.fiend.cjb.net
March 14, 2000 06:06 PM
200-500 FPS
Gateway PIII/450 64Megs ram - 16mb nVidiaTNT2
Plus I had Photoshop 5.0, Bryce 4.0 and a webbrowser all open at the same time
Good work.
Also, want to introduce myself as a first time poster!!!
-zebes
Gateway PIII/450 64Megs ram - 16mb nVidiaTNT2
Plus I had Photoshop 5.0, Bryce 4.0 and a webbrowser all open at the same time
Good work.
Also, want to introduce myself as a first time poster!!!
-zebes
I haven''t tried out you game, but judging by the previous posts, it is killer-fast. However, as far as a timeing device for movement, how bout'' you use something like this:
or:
I think that should work though I haven''t really given it thought.
Brent Robinson
"What if this is as good as it gets?"
if(!(GetTickCount() % 33))
{
// Do Any movement code you need.
}
or:
int frame_to_wait = 33;
// part of game loop or otherwise
frame_to_wait--;
if(!frame_to_wait <= 0)
// do movement work
I think that should work though I haven''t really given it thought.
Brent Robinson
"What if this is as good as it gets?"
"The computer programmer is a creator of universes for which he alone is the lawgiver...No playwright, no stage director, no emperor, however powerful, has ever exercised such absolute athority to arrange a stage or a field of battle and to command such unswervingly dutiful actors or troops." - Joseph Weizenbaum-Brent Robinson
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement