How many polys does a model typically have?
Moderators: MR.D, Moderators
How many polys does a model typically have?
I'm just woundering how many polys a unit in spring can have.
Re: How many polys does a model typically have?
depends on how many of the unit you expect to have walking around
Re: How many polys does a model typically have?
They generally range from a few hundred to a few thousand.
As Aegis said, it depends on how many are out and about at any one time. If you expect to have zillions running/flying around the battlefield, you might want to aim for the smaller end of the spectrum. If the unit would be fairly unique or rare, you can create details that stretch the polygon count into the higher end of the spectrum.
For the spring engine specifically, the choke point on performance isn't really the polygon count. You can have fairly ornate units (1000+ polys) spammed on the map with similar performance of a similar unit simplified.
Generally, the number of units, the number of pieces on the units, animations, anything that uses the CPU, will eventually make the game run slower for the majority of players (ie. the massing of units will have a noticeable effect on performance once enough units are created) but the polygonal detail of the units is not really significant.
As Aegis said, it depends on how many are out and about at any one time. If you expect to have zillions running/flying around the battlefield, you might want to aim for the smaller end of the spectrum. If the unit would be fairly unique or rare, you can create details that stretch the polygon count into the higher end of the spectrum.
For the spring engine specifically, the choke point on performance isn't really the polygon count. You can have fairly ornate units (1000+ polys) spammed on the map with similar performance of a similar unit simplified.
Generally, the number of units, the number of pieces on the units, animations, anything that uses the CPU, will eventually make the game run slower for the majority of players (ie. the massing of units will have a noticeable effect on performance once enough units are created) but the polygonal detail of the units is not really significant.
Re: How many polys does a model typically have?
In most RTS games your typical unit model averages between under 1k and up to 10k, depends on the hardware specs in mind and thus resulting scene budget, i.e. a maximum of 1 million polygons on screen at any time. Also, most games make use of a LOD system which swaps distant models to lower resolution models.
Re: How many polys does a model typically have?
Caydr did a test a long time ago, and he found that Spring itself can have a huge poly limit before it actually starts impacting video performance.
The slowdowns in this game are mostly with the pathfinding system and code aspects of the engine.
Reasonably you should try to keep polycounts as low as possible for units that will be the majority ingame and most active in an average game.
Just as a general base, try to keep common units below 1000 triangles or as low as possible.
Special units that will be rarely seen or are limited such as Krogoth/commander/special factories ect below 6000, and you won't have much of an issue in game performance.
The slowdowns in this game are mostly with the pathfinding system and code aspects of the engine.
Reasonably you should try to keep polycounts as low as possible for units that will be the majority ingame and most active in an average game.
Just as a general base, try to keep common units below 1000 triangles or as low as possible.
Special units that will be rarely seen or are limited such as Krogoth/commander/special factories ect below 6000, and you won't have much of an issue in game performance.