lineStrips

@JvmName(name = "lineStrips3d")
fun lineStrips(strips: List<List<Vector3>>)(source)

Draws line strips with 3d coordinates


fun lineStrips(strips: List<List<Vector2>>, weights: List<Double>)(source)

Draws line strips with 2d coordinates and stroke weights per strip


@JvmName(name = "lineStrips3d")
fun lineStrips(strips: List<List<Vector3>>, weights: List<Double>)(source)
@JvmName(name = "lineStrips3d")
fun lineStrips(strips: List<List<Vector3>>, weights: List<Double>, colors: List<ColorRGBa>)(source)

Draws line strips with 3d coordinates and stroke weights per strip