T-vertices

From Wikipedia, the free encyclopedia
Revision as of 20:42, 12 December 2020 by imported>Zxcvbnm (Disambiguating links to Level of detail (link changed to Level of detail (computer graphics)) using DisamAssist.)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File:Example of T-vertices in Blender.png
T-vertices created by joining a subdivided part with a non-subdivided part.

T-vertices is a term used in computer graphics to describe a problem that can occur during mesh refinement or mesh simplification. The most common case occurs in naive implementations of continuous level of detail, where a finer-level mesh is "sewn" together with a coarser-level mesh by simply aligning the finer vertices on the edges of the coarse polygons. The result is a continuous mesh, however due to the nature of the z-buffer and certain lighting algorithms such as Gouraud shading, visual artifacts can often be detected.[1]

File:Example of T-vertices in Blender after applying a subdivision modifier.png
T-vertices after applying a subdivision modifier. The T-vertices result in cracks in the model because subdivision surfaces only work for meshes with correct topology.

Some modeling algorithms such as subdivision surfaces will fail when a model contains T-vertices.

References

Template:Reflist

External links