Jump to content

Too many polygons


Recommended Posts

errrrrrrrr

..

2 million?

Serious?

I mean comon man, the newer godzilla was only 500k wtf are you making?

The answer would be a resounding yes at those numbers, I don't even have to know why I can just say it because logic.

 

I have recently found that mesh sizes that span multiple cells will only be loaded if their current cell at center is loaded, IE my halo ring has issues when you pass 2 cells from center point.

Link to comment
Share on other sites

Thank you.

I have a custom item, I really want to keep it, but it is too detailed poly wise.

I can't justify removing it as it is crutial to that area. You wouldn't happen to know anyone willing to help me in lowing the poly count?

The mesh was donated to me and my guess is that the collision mesh is a duplication of the original, which would make a frightening 4M poly item. Suggestions?

Link to comment
Share on other sites

I'm kinda tired right now, so I'll answer this the best I can but...

 

There are no written in stone poly limits as far as what a game can have in it, and since we're all using different PC's each one will handle the scene better or worse. If I remember right, default Skyrim will jump from 1.5m - 2.5m triangles at any given time outdoors. If this were all quads it would be up to 1.25 million quad polygons. A game engine handles 3d assets in triangles and vertices so that's a better way to look at it.

 

Another thing to consider is the draw call, this has a HUGE impact, and the number of materials and lights in the scene being called will affect this greatly; so it kinda goes beyond just raw vertex / tri-count.

 

The limiting factor is the CPU / GPU / and available memory (everything is sort of a pipeline, one affecting the other); drivers can impact the performance too.

 

The physical size of a mesh is sort of relative; games are built on a power of 2, sort of base scaling, and everything is built off of that. An example is a character being 128x32 units is size. 6' ish.

 

Skyrim was released in 2011, with consoles in mind. Considering current desktop hardware id probably keep the entire scene around 3-3.2 million tris, but even then, how many lights and materials will you be needing?

 

Also, here's a great read on building modular environment related to Skyrim. http://www.gamasutra.com/blogs/JoelBurgess/20130501/191514/Skyrims_Modular_Approach_to_Level_Design.php

Edited by Angilla
Link to comment
Share on other sites

The maximum poly count in a nif file is 65000k, but that would be very heavy for your graphics card to render. As a rule most Skyrim nifs have a poly count below 10000k, most in the 3000 to 5000 for larger and more complex meshes. Having a single mesh with a poly count that would equal several standard meshes in size again will kill performance. Most good 3D tools have ways of culling the poly count to a more usable level. Yes you will loose detail, but its a balancing act.

Link to comment
Share on other sites

If you want me to, I would be willing to take a look at it. Call me weird, but this is one of the parts about modding I enjoy. Upload it as an .obj and I will take a whack at it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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