MeshLineDrawer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun drawLineSegments(drawContext: DrawContext, drawStyle: DrawStyle, segments: List<Vector3>, weights: List<Double> = emptyList(), colors: List<ColorRGBa> = emptyList())
Link copied to clipboard
fun drawLineStrips(drawContext: DrawContext, drawStyle: DrawStyle, strips: List<List<Vector3>>, weights: List<Double> = emptyList(), colors: List<ColorRGBa> = emptyList(), closed: List<Boolean> = emptyList())