{"id":443,"date":"2022-02-02T17:17:28","date_gmt":"2022-02-02T17:17:28","guid":{"rendered":"https:\/\/3dstudio.co\/?p=443"},"modified":"2026-03-23T05:35:26","modified_gmt":"2026-03-23T05:35:26","slug":"polygon-mesh","status":"publish","type":"post","link":"https:\/\/3dstudio.co\/pt\/3d-modeling\/polygon-mesh\/","title":{"rendered":"What is a Polygon Mesh and How to Edit It?"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"introduction\">Introduction<\/h2>\n\n\n\n<p>A polygon mesh is a word used in 3D modeling so often, its meaning has almost faded away. So, if you want to learn <a href=\"https:\/\/3dstudio.co\/pt\/what-is-3d-modeling\/\">what is 3D modeling<\/a>, you have to delve into the polygon mesh concept too.&nbsp;<\/p>\n\n\n\n<p>In this short guide, we\u2019ll shed some light on its basic components, and the process in general to give you a better idea of a polygon mesh.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-polygon-mesh\">What is Polygon Mesh?<\/h2>\n\n\n\n<p><strong>A polygon mesh is the collection of vertices, edges, and faces <\/strong>used to define the shape and the contour of the 3D object. It is the oldest form of geometry representation used in computer graphics to create objects in 3D space.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"651\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-edit-a-polygon-mesh-car.jpg\" alt=\"how to edit a polygon mesh car\" class=\"wp-image-617\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-edit-a-polygon-mesh-car.jpg 1000w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-edit-a-polygon-mesh-car-300x195.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-edit-a-polygon-mesh-car-768x500.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-edit-a-polygon-mesh-car-18x12.jpg 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption>This a Polygon mesh with texture coordinates<\/figcaption><\/figure>\n\n\n\n<p>The idea behind it is simple. Polygon stands for the \u201cplanar\u201d shape made out of connecting virtual points. But polygon mesh is far more than that.&nbsp;<\/p>\n\n\n\n<p>So, let\u2019s get into more detail here.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"polygon-mesh-elements\">Polygon Mesh: Elements<\/h2>\n\n\n\n<p>Though the concept of the polygon mesh is a little blurry, it all comes to be simple once you study the geometry behind it.<\/p>\n\n\n\n<p>These are the elements of a polygon mesh:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1000\" height=\"846\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-make-a-polygon-mesh.jpg\" alt=\"how to make a polygon mesh\" class=\"wp-image-614\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-make-a-polygon-mesh.jpg 1000w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-make-a-polygon-mesh-300x254.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-make-a-polygon-mesh-768x650.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-make-a-polygon-mesh-14x12.jpg 14w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption>Polygon mesh building points &#8211; vertex positions<\/figcaption><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Vertices <\/strong>\u4e00 points in 3D space that comprise a face and store the x, y, and z coordinates information.<\/li><li><strong>Edges <\/strong>\u4e00 lines that connect two vertices.<\/li><li><strong>Faces <\/strong>\u4e00 closed set of edges where three-edged face forms a triangle mesh and a four-edged face \u4e00 a quad. Faces contain surface information used for lighting and shadows.<\/li><li><strong>Polygons <\/strong>\u4e00 a set of faces (usually when you have more than four connected vertices).<\/li><li><strong>Surfaces <\/strong>\u4e00 groups of connected polygons that define different elements of the mesh.<\/li><\/ul>\n\n\n\n<p class=\"note\"><strong>Note:<\/strong> usually you want the number of vertices that make up a face to be in the same plane. However, if you have more than three vertices, polygons can be either concave or convex.<\/p>\n\n\n\n<p>Except for all the elements we\u2019ve already discussed, it\u2019s important to mention the UV coordinates too, since most meshes support them. UV coordinates comprise the 2D representation of a 3D object to define how the texture is applied to it while <a href=\"https:\/\/3dstudio.co\/pt\/uv-unwrapping-software\/\">UV mapping<\/a>.<\/p>\n\n\n\n<p>Though polygon mesh finds application through a variety of techniques, it is not the ultimate solution. There still are objects that you can\u2019t create with the mesh representations.&nbsp;<\/p>\n\n\n\n<p>It can\u2019t cover curved surfaces and organic objects generally. Not speaking about liquids, hair, and other creased objects which are hard to create with the basic polygon mesh.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"construction-of-polygonal-meshes\">Construction Of Polygonal Meshes<\/h2>\n\n\n\n<p>Before we get into more details of the polygon mesh creation process, we\u2019d like to cover the most common tools you use for constructing them.&nbsp;<\/p>\n\n\n\n<p>Though you could create a polygon mesh manually by defining all the vertices and faces, the more common way is to use specific tools.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"subdivision\">Subdivision<\/h3>\n\n\n\n<p>The <a href=\"https:\/\/www.gamasutra.com\/view\/feature\/3135\/building_your_own_subdivision_.php?print=1\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Subdivision tool<\/a>, as the name implies, splits edges and faces into smaller pieces by adding new vertices and faces. The old vertices and edges define the position of the new faces. However, it may alter the old vertices connected in the process.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1000\" height=\"563\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/box-subdivision-polygon-low-faces.jpg\" alt=\"box subdivision polygon low faces\" class=\"wp-image-622\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/box-subdivision-polygon-low-faces.jpg 1000w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/box-subdivision-polygon-low-faces-300x169.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/box-subdivision-polygon-low-faces-768x432.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/box-subdivision-polygon-low-faces-18x10.jpg 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption>Subdivision with a low number of faces (source <a href=\"https:\/\/www.youtube.com\/watch?v=vLK9DCEOt3M&amp;t=754s&amp;ab_channel=SPHDesign\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">YouTube<\/a>)<\/figcaption><\/figure>\n\n\n\n<p><em>e.g. You can subdivide a square face into four smaller squares by adding one vertex at the center and each side of a square.&nbsp;<\/em><\/p>\n\n\n\n<p>Generally, subdivision produces a much dense mesh with more polygonal faces and has practically no limit. It can continue infinitely many times until you create a more refined mesh.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"563\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/high-poly-count-subdivision.jpg\" alt=\"high poly count subdivision\" class=\"wp-image-621\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/high-poly-count-subdivision.jpg 1000w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/high-poly-count-subdivision-300x169.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/high-poly-count-subdivision-768x432.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/high-poly-count-subdivision-18x10.jpg 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption>Subdivision with an increased number of faces (source <a href=\"https:\/\/www.youtube.com\/watch?v=vLK9DCEOt3M&amp;t=754s&amp;ab_channel=SPHDesign\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">YouTube<\/a>)<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"extrusion\">Extrusion<\/h3>\n\n\n\n<p>In this method, the outline of the entire object is traced from the 2D image or drawing and extruded into 3D. Extrusion tool applied to a face or a group of faces to create a new face of the same size and shape.&nbsp;&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"854\" height=\"480\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polygon-mesh-extrusion.jpg\" alt=\"polygon mesh extrusion\" class=\"wp-image-620\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polygon-mesh-extrusion.jpg 854w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polygon-mesh-extrusion-300x169.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polygon-mesh-extrusion-768x432.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polygon-mesh-extrusion-18x10.jpg 18w\" sizes=\"(max-width: 854px) 100vw, 854px\" \/><figcaption>Nonlinear extrusion method (source <a href=\"https:\/\/www.youtube.com\/watch?v=dmRflBmgFOU&amp;t=141s&amp;ab_channel=LinChouCheng\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">YouTube<\/a>)<\/figcaption><\/figure>\n\n\n\n<p>In other words, modelers create half of the object, duplicate the vertices, invert their location in relation to some plane and connect two parts. It is very common in modeling faces and heads to reach more symmetrical forms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"conjunction\">Conjunction<\/h3>\n\n\n\n<p>The last but not least method of creating polygon mesh is connecting different primitives \u4e00 predefined polygonal meshes provided by most <a href=\"https:\/\/3dstudio.co\/pt\/3d-modeling-services\/\">3D modeling <\/a>software. They include cylinders, cubes, pyramids, squares, discs, and triangles.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"562\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polymesh-conjunction-primitives.jpg\" alt=\"polymesh conjunction primitives\" class=\"wp-image-619\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polymesh-conjunction-primitives.jpg 1000w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polymesh-conjunction-primitives-300x169.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polymesh-conjunction-primitives-768x432.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/polymesh-conjunction-primitives-18x10.jpg 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption>Primitives (source <a href=\"https:\/\/www.youtube.com\/watch?v=DcyY4RAHcA4&amp;ab_channel=CGCookie\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">YouTube<\/a>)<\/figcaption><\/figure>\n\n\n\n<p>Now let\u2019s walk you through the process of creating a polygonal mesh.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-you-create-a-polygon-mesh\">How Do You Create a Polygon Mesh?<\/h2>\n\n\n\n<p>Whether it is a video game, 3D product, or cartoon character you\u2019re modeling, it all starts from a mesh. That\u2019s why all of the most popular <a href=\"https:\/\/3dstudio.co\/pt\/3d-character-modeling\/\">3D modeling<\/a> software, like <a href=\"https:\/\/www.autodesk.com\/products\/maya\/overview\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Maya<\/a>, 3d Max, and Blender, provide you tools for creating, texturing, rendering, and animating 3D polygon meshes.<\/p>\n\n\n\n<p>Creating polygon mesh usually starts from drawing the basic shapes of the future object from different angles. At least front, and side views.&nbsp;<\/p>\n\n\n\n<p>The actual modeling process starts from creating a <a href=\"https:\/\/3dstudio.co\/pt\/low-and-high-poly-modeling\/\">low poly model<\/a> to define the general forms of the object. To add on details to your input mesh, you move it into a <a href=\"https:\/\/3dstudio.co\/pt\/low-and-high-poly-modeling\/\">high poly modeling<\/a> stage and increase the number of polygons with any construction tool you like.<\/p>\n\n\n\n<p class=\"note\"><strong>Note:<\/strong> higher number of polygons makes your model resource-heavy and hard to process on applications with small computational power. Keep that in mind while creating your model.<\/p>\n\n\n\n<p>Once modelers reach the intended level of detail with the polygon mesh, they texture the object to make it more real-like. However, adding basic color doesn\u2019t cover it.&nbsp;<\/p>\n\n\n\n<p>To make a model look like a variety of surfaces and even apply each plane a unique texture, 3D modelers map places of the mesh on an image. That\u2019s exactly when UV coordinates come into play.&nbsp;<\/p>\n\n\n\n<p>And that covers it.&nbsp;<\/p>\n\n\n\n<p>That\u2019s the final step for your polygon mesh, but not your model. If you want to animate your object, it also has to go through the rigging and any other part of the 3D animation pipeline.&nbsp;<\/p>\n\n\n\n<p>To see how this all works in action, check this awesome guide:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Tutorial: Blender MODELLING For Absolute Beginners - Simple Human\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/9xAumJRKV6A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"is-polygon-mesh-a-must\">Is Polygon Mesh a Must?<\/h2>\n\n\n\n<p>Once you read through the article, you&#8217;ll know the answer to this question. It is the basis of 3D since almost all modeling techniques use it. That draws a conclusion that you can\u2019t really learn <a href=\"https:\/\/3dstudio.co\/pt\/how-to-3d-model\/\">how to 3D model<\/a> without learning about what a polygon mesh represents first.&nbsp;<\/p>\n\n\n\n<p>At least now you know more about its basic elements. All you need next is to leverage that knowledge and dive into modeling.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"869\" src=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-use-a-polygon-mesh.jpg\" alt=\"how to use a polygon mesh\" class=\"wp-image-618\" srcset=\"https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-use-a-polygon-mesh.jpg 1000w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-use-a-polygon-mesh-300x261.jpg 300w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-use-a-polygon-mesh-768x667.jpg 768w, https:\/\/3dstudio.co\/wp-content\/uploads\/2022\/02\/how-to-use-a-polygon-mesh-14x12.jpg 14w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>","protected":false},"excerpt":{"rendered":"<p>A polygon mesh is the collection of vertices, edges, and faces used to define the shape and the contour of the 3D object. It is the oldest form of geometry representation used in computer graphics to create objects in 3D space.<\/p>","protected":false},"author":2,"featured_media":569,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[15,13,14],"class_list":["post-443","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-3d-modeling","tag-3d-artist","tag-3d-modeling","tag-basics"],"_links":{"self":[{"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/posts\/443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/comments?post=443"}],"version-history":[{"count":14,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/posts\/443\/revisions"}],"predecessor-version":[{"id":1316,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/posts\/443\/revisions\/1316"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/media\/569"}],"wp:attachment":[{"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/media?parent=443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/categories?post=443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/3dstudio.co\/pt\/wp-json\/wp\/v2\/tags?post=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}