Fan
From polycount
Revision as of 03:43, 29 July 2014 by Cheeseplus (Talk | contribs)
{{:OutOfDate}}
Fan
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 fans for it to work. See also strips.