Modeling

Mesh

A mesh is the network of vertices, edges, and faces that defines the surface of a 3D model. It is the fundamental structure behind almost every 3D object.

What is Mesh?

A mesh is the collection of vertices, edges, and polygonal faces that together define the shape and surface of a 3D object. It is the core data structure of polygonal 3D modeling, describing where a surface sits in space and how its flat faces connect to form a continuous skin.

How it works

Most meshes are built from triangles or four-sided quads, with quads preferred during modeling because they subdivide and deform predictably. A mesh describes only the surface of an object, not its solid interior, and showing just its edges reveals the underlying wireframe. The density of a mesh, called its polygon count, trades detail against performance. That is why artists retopologize dense meshes into cleaner, lighter versions for animation and real-time use.

Use cases

  • Building the surface of a character, prop, or environment

  • Exporting geometry to game engines and DCC tools

  • Retopologizing a dense scan or sculpt into a clean, optimized mesh

Related Tools

Online 3D Viewer

View and inspect any 3D file right in your browser.

3D File Converter

Convert between FBX, OBJ, GLB, STL and more.

3D File Compressor

Shrink 3D file size without losing visible quality.

3D Text Generator

Turn text descriptions into 3D text and shapes.

Frequently Asked Questions

A mesh is the collection of vertices, edges, and faces that defines the surface of a 3D object. It is the fundamental structure of polygonal modeling, describing the shape and skin of a model rather than its solid interior. Almost every 3D asset in games, film, and product design is represented as a mesh.

A mesh stores points in 3D space called vertices, connects them with edges, and fills the loops of edges with flat faces, or polygons. Together these faces approximate a smooth surface, and the more of them a mesh has, the finer the detail it can represent. Software and GPUs read this vertex-edge-face data to display and shade the model.

A mesh is specifically the geometric surface data — the vertices, edges, and faces. A 3D model is the broader asset that usually includes the mesh plus its materials, textures, UVs, and sometimes a rig and animation. In casual use the terms overlap, but the mesh is just the geometry layer of a complete model.

A quad mesh is built from four-sided faces, which subdivide cleanly and deform predictably, making it the preferred choice for modeling and animation. A triangle mesh uses three-sided faces, which are unambiguous and are what GPUs ultimately render. Artists typically model in quads and let the engine triangulate on export.

A low-poly mesh uses relatively few polygons and is optimized for real-time performance in games, AR, and the web. A high-poly mesh uses millions of polygons to capture fine sculpted detail for close-ups or baking. A common workflow bakes high-poly detail into normal maps applied to a low-poly mesh.

In Blender you select an object and press Tab to enter Edit Mode, where you can manipulate its vertices, edges, and faces directly. Tools like extrude, loop cut, bevel, and the various select modes let you reshape the mesh, while modifiers such as Subdivision Surface adjust its density non-destructively.

A watertight, or manifold, mesh has no holes, gaps, or non-manifold edges, so it fully encloses a volume as if it could hold water. This matters for 3D printing and physics simulation, where the software must know the inside from the outside. Meshes with flipped normals or open edges often fail these processes.

A polygon mesh is one type of geometry, and the most common one, but geometry is a broader term. Geometry also covers NURBS surfaces, voxels, and point clouds, which are alternative ways to describe a shape. In everyday polygonal workflows, though, people often use mesh and geometry interchangeably.

Yes. Meshy generates complete, textured 3D meshes from a text prompt or a single image in minutes. You can then use its remesh feature to convert the result into clean quad or triangle topology at a chosen polycount, ready for animation, rendering, or game engines.