/** * Enum mapping convenient GLShape (drawing mode) names to their WebGLRenderingContext numerical counterparts * * Used in defining Geometry and setting the WebGLRenderer's rendering mode for drawing * * @see Geometry */ export declare enum GLShape { POINTS, LINES, LINE_LOOP, LINE_STRIP, TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN }