Home / Guides / Basics

Polygon Count Explained: How Many Triangles Do You Need?

7 min read · Published 2026-09-24 · By the ImageTo3DFree team

Every 3D model in this tool is a surface made of flat triangles. The polygon count is how many of them there are. It is the single biggest setting affecting how a model looks and how heavy it is, and it is easy to get wrong by picking "as high as possible".

What a polygon is

A polygon is a flat shape bounded by straight edges. In real-time 3D and in 3D printing files, everything is ultimately reduced to triangles, because three points always lie in one plane. Artists sometimes model with four-sided polygons ("quads") but the graphics card and slicer software split them into two triangles. When we say "polygon count" in the tool, we mean triangles (faces), and you can choose from 50 up to 100,000.

Curved surfaces are approximated by many small flat faces. With few triangles, a sphere looks like a gem; with thousands, it looks smooth. More triangles buy smoothness and fine detail, and cost file size, loading time, memory and rendering work.

A rough scale

TrianglesLookTypical use
50 - 500Very chunky, faceted, stylizedIcons, background props, retro or "low poly" art style
1,000 - 5,000Recognisable shape, visible facets on curvesMobile game props, web scenes, distant objects
10,000 - 25,000Smooth overall, good silhouetteHero props, characters in desktop games, general viewing
50,000 - 100,000Fine surface detail3D printing, renders, sculpt reference

These are guidelines, not rules: the right budget depends on your engine, target device and how close the camera gets. A background crate seen from far away does not need 20,000 triangles; a figurine you will hold in your hand does.

What the numbers cost

Choosing for your goal

Games and web

Start low. Try 2,000 to 10,000 for a prop and check it in your engine. If the silhouette looks faceted, raise it; if it looks fine, you have room to spare. Detail like grooves and rivets can be carried by the texture rather than geometry, which is far cheaper. See low poly versus high poly for games.

3D printing

Go higher, 30,000 to 100,000, because curvature shows up as visible facets on a printed surface. Beyond that, extra triangles rarely add anything a printer can reproduce, since a typical nozzle resolves features of a few tenths of a millimetre. See preparing AI models for printing.

Low-poly art

If you want the faceted look on purpose, use a small number like 200 to 1,000 and choose the low-poly style. Simplification keeps the overall shape and sacrifices detail, giving a different, more stylized result than simply generating a detailed model.

Refine changes the number

The Refine action rebuilds a finished model at a finer level of detail, and it roughly triples the polygon count. Use it when you like the overall shape and want more definition; do not use it if the shape itself is wrong, since refining a wrong shape only gives you a more detailed wrong shape.

A sensible workflow

  1. Generate at a moderate count such as 10,000 to judge the shape.
  2. If the shape is right, refine or regenerate at the count your use case needs.
  3. Check it in a viewer at the size it will actually be seen.

Understanding what you export matters too; the guide to STL, GLB and OBJ explains which file to download for which purpose.

Try it on your own image

Upload a photo and get a 3D model or a voxel build. Free, no sign-up.

Image to 3D Image to Voxel

Keep reading