Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tri

From MC Animation and Rendering Wiki

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.