Difference between CreateLineSystem and CreateLines

What is the difference between MeshBuilder.CreateLines and BABYLON.MeshBuilder.CreateLineSystem ?

BABYLON.MeshBuilder.CreateLines
BABYLON.MeshBuilder.CreateLineSystem

From docs

CreateLines

Lines are created as a contiguous series of attached line segments from a list of points.

CreateLineSystem

A system of non-contiguous lines that are independent of each other and may exist in their own space.

2 Likes