Tessellated Models
Table of contents
Tessellation is the process of breaking up a polygon into smaller polygons. This is useful for a real-time rendering since it allows detail to be dynamically added and subtracted from a 3D polygon mesh.
In a tessellated model there are no gaps or overlap between the polygons. Mosaic tiles are a good example of a tessellated model.