Out Of Date

Warning: this content is old and may be incorrect; it needs to be updated.

Strip

One of the ways that triangles can be created to reuse vertex transforms, and thus save memory and also render time. Once you have drawn one triangle, the next triangle only needs to load the coordinate of one additional vertex in order to draw itself, because it re-uses the vertex transforms that were already performed on its neighbor triangle. But your engine must specifically support strips for it to work. Sometimes also called tri-strips. See also fans.


CategoryGlossary

Strip (last edited 2010-08-16 19:35:42 by BrandonPhoenix)