How to create a list of indices for a list of 3D vertices in Python?
I have this set of 3D vertices. Each line holds the coordinates of 2 different points, so each line is like x1,y1,z1,x2,y2,z2.
I have this set of 3D vertices. Each line holds the coordinates of 2 different points, so each line is like x1,y1,z1,x2,y2,z2.