Optimizing performance of GreasedLineMesh._setPoints

This PR unfortunatelly introduced a bug:

        points: [
            [
                -1,1,0,
                1,1,0
            ],
            [
                -1,-1,0,
                1,-1,0
            ]
        ]

Produces:

Expected:

Can you check it please?

1 Like