VertexArray.setPolygonMode

Sets the vertex array's polygon mode. This describes how to rasterize each primitive. The default is {@link org.spout.renderer.api.gl.VertexArray.PolygonMode#FILL}. This can be used to draw only the wireframes of the polygons.

@param mode The polygon mode

class VertexArray
abstract
void
setPolygonMode

Meta