bench mark this please

Started by
23 comments, last by bzroom 20 years, 11 months ago
cuase i did my calcultor thing kidna stupid here is the code for drawing and printing number of ninjas


  	model2->draw(fcount);	for (int x = ((-factor)+1); x< factor; x++)		for (int y = ((-factor)+1); y<factor; y++)		{		glPushMatrix();			glTranslatef(x*3,0,y*3);			glRotatef(rot,0.0f,1.0f,0.0f);												pModel->draw(fcount);		glPopMatrix();		}  


and printing


  ...Ninjas: " <<(((factor-1)*2)*((factor-1)*2)+1) ;  


i guess i just never checked it or really cared but htanx for pointing it out, factor is what u adjust with home and end
Advertisement
NVidia Geforce 4 MX 440, p4 1.7ghz, 640mb RAM.. black screen, no ninjas

I think you''ve got a problem with nvidia cards...
3 Ninjas

Computer Specs:
69 Mhz w/ 4 gigs of RAM
OS: Windows 3.11, (for Workgroups no less!)
Trident 1 Mb video card
GeForce 4, WinXP
I see no stinkin NINJAS
max FPS (60)...but black screen

Brian J
Brian J
0 Ninjas = 1722 FPS
1 Ninja = 1224 FPS
17 Ninjas = 82 FPS
1025 Ninjas (3,289,869 Faces) = 2 FPS

1.6 P4
512 MB DDR Ram
128 MB Radeon 9500 Pro


-UltimaX-

"You wished for a white christmas... Now go shovel your wishes!"

This topic is closed to new replies.

Advertisement