Jump to content

Polygon Count


killstorm37

Recommended Posts

Ok, [sorry in advance for grammar],

 

My friend and I model in light wave, and then convert to nif using blender, to make our mods, so most of our models tend to have 10,000-20,000 polys [because we use subpatches alot]. Is this to mutch?

What is, in your opinion, a good range for a fairly detailed gun or sword?

 

Just curious, i belive 20,000 is rather over kill, but im used to animating 3-D Shorts rather than games.

 

Thanks , KS

Link to comment
Share on other sites

It completely depends on the game engine...for NIFs, there is a hard limit on how many polys are allowed but to get the best answer every time, look at what shipped with the game and examine the poly count of like items.

 

For example, in Oblivion, you could take a look at the Daedric, steel, Elven and Glass cuirasses and get an overall average and max/min counts for what the developers thought were good for the game engine.

 

But also keep in mind that those were designed in mind to have many instances of them on the screen at one time. You could however get away with a larger poly count if you create a unique item...but if you take that high poly item and turn it into a replacer for existing game meshes, you might see the frames drop significantly depending on how many are onscreen at the same time and your particular computer specs.

 

LHammonds

Link to comment
Share on other sites

A gun could be anywhere between 1000-5000 tris for a nextgen hero weapon. As Tk said it is quite relative. things like screen time, on screen size, like a fps weapon you would use a fair amount of poly on details, as they can end up occupying 1/5 of the actual screen right up close. this is also evident on characters, heads tend to be about double the resolution in both poly and textures compared to a body.

 

anyway it would be wise to use what the game uses to judge a decent poly count. every game will vary slightly on how poly heavy they are. oblivion is poly heavy to the point of being naughty.

 

From something I have read on GameDev, the way gfx cards make draw calls for meshes, and this in 2007, that the simple fact that the gfx card has to make a draw call costs the performance,, and fires chunks of poly through the pipe, apparently this is about 300tri for average cards in 2007. What I understood, is that if it makes a draw call at all, you can basically use 300tris and it won't even hardly notice a difference between 1tris and 300tris. it's only after that it starts to change the render time of the object

 

For optimization try make as few draw calls as possible. So stuff everything onto one texture sheet as much as possible. The nif/mesh size also balloons rapidly the more mesh objects that are contained in the nif. Especially if it is skinned.

 

The solution to wasting poly, is creating the in game geometry after the high poly is created, then baking a normal map. imo, It yields the best looking results and for the least overhead.

 

oh an too much would be a little over 64k tris per mesh object. which is the max.you end of freaking the exporters out once the mesh gets very large. anyway, I think my largest meshes have been about 25k tris.

Link to comment
Share on other sites

A gun could be anywhere between 1000-5000 tris for a nextgen hero weapon. As Tk said it is quite relative. things like screen time, on screen size, like a fps weapon you would use a fair amount of poly on details, as they can end up occupying 1/5 of the actual screen right up close. this is also evident on characters, heads tend to be about double the resolution in both poly and textures compared to a body.

 

anyway it would be wise to use what the game uses to judge a decent poly count. every game will vary slightly on how poly heavy they are. oblivion is poly heavy to the point of being naughty.

 

From something I have read on GameDev, the way gfx cards make draw calls for meshes, and this in 2007, that the simple fact that the gfx card has to make a draw call costs the performance,, and fires chunks of poly through the pipe, apparently this is about 300tri for average cards in 2007. What I understood, is that if it makes a draw call at all, you can basically use 300tris and it won't even hardly notice a difference between 1tris and 300tris. it's only after that it starts to change the render time of the object

 

For optimization try make as few draw calls as possible. So stuff everything onto one texture sheet as much as possible. The nif/mesh size also balloons rapidly the more mesh objects that are contained in the nif. Especially if it is skinned.

 

The solution to wasting poly, is creating the in game geometry after the high poly is created, then baking a normal map. imo, It yields the best looking results and for the least overhead.

 

oh an too much would be a little over 64k tris per mesh object. which is the max.you end of freaking the exporters out once the mesh gets very large. anyway, I think my largest meshes have been about 25k tris.

 

 

 

 

 

 

Ok thanks alot for that advice.

Link to comment
Share on other sites

Something you'll also hear a lot is "If it doesn't contribute to the silhouette, then it doesn't need to be there."

Ah yes, this is a primary question I ask myself when adding polycount to my models. I tend to over-do-it when I forget to ask myself this question.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...