Digital humans the art of the digital double
Ever wanted to know how digital doubles are created in the movie industry? This course will give you an insight into how it's done.
# 1 29-11-2004 , 07:41 PM
MixX's Avatar
Subscriber
Join Date: Sep 2004
Location: Billund, Denmark
Posts: 91

polycount in modern games

alright so me and a friend is going to fool around making some low-poly models for a future game project, and I was wondering if anyone knows of some good guidelines for the no of polys for various model types... I realize that there are probably a million answers to this question that could all be right, but general guidelines would be nice.. I have no idea whether 5, 10 or 50,000 (in total) on the screen at once is possible on "normal" gaming pc's.

So anyone got wisdom to share in that area for:

buildings / terrain (it's going to be "outside")
minor characters, vehicles & monsters
major characters & vehicles

any info would be nice user added image

# 2 29-11-2004 , 10:07 PM
dragonfx's Avatar
Registered User
Join Date: Jul 2003
Posts: 1,257
it really depends

the average polycount on screen in ut2004 is 150.000 (models+terrain)
the average polycount for models was something like 2000-3000
the average polycount for terrain goes from 100000 to 800000

A pair of years ago J. Carmak "dictated"user added image the tendency that he didnt needed more polycount but more and more powerful processingto those polys, so we will notsee (and arent seeing) spectacular polygon # advances but increases on the fancyness of the shaders.
(the "# poly muscle" of a geforce3ti to a geforcefx5200 wasnt that much indeed)

From my experience a radeon 9800 can stand 2000000 polys at 25fps in directx just by brute force if you do nothing fancy with them. (ie 1000000 billboards, no lights just ambient, showing a 256x512 texture). If you start adding shader passes and lights shadows and things or try to do something else like running game logic /whatever the performance decreases exponentially...

but im like a thousand miles from being a programming or game modeler guru anyways...


Last edited by dragonfx; 29-11-2004 at 10:16 PM.
# 3 29-11-2004 , 10:23 PM
RubberChicken's Avatar
Subscriber
Join Date: May 2004
Location: That place with all those people
Posts: 1,041
Dragonfx pretty much summed everything up there. I honestly dont know much about polycounts in games but I do know that HL2 characters can each have up to 6K polys, and that weapons in Battle Field Vietnam could support up to 3.5K.


Watch Space Wars at www.3dden.co.uk now!
__________________________

My pin number is XXXX
# 4 29-11-2004 , 10:41 PM
mtmckinley's Avatar
The Maya Mountain
Join Date: Aug 2002
Location: Seattle, WA
Posts: 8,245
It really depends a lot on what kind of game it is. A fighting game with 2 characters on the screen at all times in an environment can have much more polys per character/environment than, say, a First-Person or Third-Person shooter with lots of enemies and stuff.

Half-Life 2 is probably the most recent benchmark to guage with FPSs. Their characters were between 3-8,000 polys each, depending on importance.

We're doing a Real-Time Strategy game (Starcraft-type game) and our units have to be between 100-650 polys each depending on importance/size.

# 5 30-11-2004 , 10:32 PM
13uRneR's Avatar
Subscriber
Join Date: Sep 2004
Location: Ottawa Ontario, Canada
Posts: 221
there are also many other factors that you must take into account:

mapping over modeling, if something is farther away and can be mapped to look 3d then you can save poly's
----alpha mapping huge help when it comes to this


boards: as before mentioned, the importance of a char/sprite that is far away can be put on a camera facing board for good measure

hidden face deletion, if you cant see it on camera in your game... delete the face (helps in long run)


last tip, by this book: Creating the art of the game by MAthew Omerick this book will have a lot of usefull information


Pretzels and Beer
Pizza Pockets and Computer programers
Shortcuts and 3D artists

May we always be together.
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads