Tri
From MC Animation and Rendering Wiki
More actions
In polygon-based modeling, tris are faces with exactly 3 vertices. Alongside quads, these faces are commonly preferred in modeling, though they may cause issues with certain 3D algorithms like subd.
Tris are also common in game development, as they require fewer vertices and are easier for the GPU to render.