drawLines

fun GuiGraphics.drawLines(points: FloatArray, argb: Int, bounds: ScreenRectangle, cull: Boolean = true)


fun WorldRenderEnvironment.drawLines(argb: Int, vararg positions: Vec3f)

Function to draw lines using the specified positions vectors.

Parameters

positions

The vectors representing the lines.