Polygon (computer graphics) in the context of Geometric modeling


Polygon (computer graphics) in the context of Geometric modeling

Polygon (computer graphics) Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Polygon (computer graphics) in the context of "Geometric modeling"


HINT:

In this Dossier

Polygon (computer graphics) in the context of Polygon mesh

In 3D computer graphics and solid modeling, a polygon mesh is a collection of vertices, edges and faces that defines the shape of a polyhedral object's surface. It simplifies rendering, as in a wire-frame model. The faces usually consist of triangles (triangle mesh), quadrilaterals (quads), or other simple convex polygons (n-gons). A polygonal mesh may also be more generally composed of concave polygons, or even polygons with holes.

The study of polygon meshes is a large sub-field of computer graphics (specifically 3D computer graphics) and geometric modeling. Different representations of polygon meshes are used for different applications and goals. The variety of operations performed on meshes includes Boolean logic (Constructive solid geometry), smoothing, and simplification. Algorithms also exist for ray tracing, collision detection, and rigid-body dynamics with polygon meshes. If the mesh's edges are rendered instead of the faces, then the model becomes a wireframe model.

View the full Wikipedia page for Polygon mesh
↑ Return to Menu

Polygon (computer graphics) in the context of Low poly

Low poly is a polygon mesh in 3D computer graphics that has a relatively small number of polygons. Low poly meshes occur in real-time applications (e.g. games) as contrast with high poly meshes in animated movies and special effects of the same era. The term low poly is used in both a technical and a descriptive sense; the number of polygons in a mesh is an important factor to optimize for performance but can give an undesirable appearance to the resulting graphics.

Derived from 3D objects with a low polygon content is low poly art, a minimalistic and non-photorealistic art style in which images or figures are created from a network of just a few connected points.

View the full Wikipedia page for Low poly
↑ Return to Menu