PrimitiveType Enumeration
XNA Game Studio 4.0
Defines how vertex data is ordered.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
TriangleStrip
Description should read "each triangle is described by one new vertex and two vertices from the previous triangle."
- 3/27/2010
- Charles Petzold
- 3/31/2010
- Thomas Lee