Constant glitter::types::TRIANGLE_STRIP [] [src]

pub const TRIANGLE_STRIP: DrawingMode = DrawingMode::TriangleStrip

Draw the vertices as a strip of triangles. The first three vertices form the first triangle, then the next vertex plus the previous two vertices form the next triangle, and so on. For example, vertices v1, v2, and v3 form the first triangle, then vertices v2, v3, and v4 form the next, and so on.