Constant glitter::types::TRIANGLE_FAN [] [src]

pub const TRIANGLE_FAN: DrawingMode = DrawingMode::TriangleFan

Draw the vertices as a triangle fan. The first vertex, v1 is the fan's 'center'. Vertices v2 and v3 form the first triangle with the center, v1. Then vertices v3, v4, and v1 form the next triangle, then vertices v4, v5, and v1, and so on.