Triangle Strip

A triangle strip is made of connected triangles. It is defined by a sequence of vertices for the triangles, each group of three consecutive vertices describes a triangle.

Triangle Strips come in computer graphics in the efficient representation of three-dimensional objects for use. They are supported directly in programming interfaces such as OpenGL and DirectX.

783489
de