Tessellation

Updated: 02/27/2019 by Computer Hope
Illustration: Examples of tessellation.

Tessellation is the technique of entirely covering a 2D space with smaller shapes so that no forms overlap and no area is left uncovered. Humans have used it for thousands of years to create mosaics and tiled surfaces. In ancient Greece, the small stones used to create mosaics were called "tesserae."

Tessellation in computer graphics

In CAD (computer-aided design), tessellation subdivides mesh surfaces into smaller primitive shapes. In real-time computer graphics, the surfaces of 3D objects are defined as tessellated strips of triangles, which are processed efficiently by the GPU (graphics processing unit).

Hardware tessellation is supported by graphics APIs, including OpenGL, DirectX, Vulkan, and Metal.

Blender, CGI, Programming terms