meshcat-dev / meshcat-python

WebGL-based 3D visualizer for Python
MIT License
259 stars 62 forks source link

LineSegment unit test missing #62

Closed manuelli closed 4 years ago

manuelli commented 4 years ago

It seems that the LineSegment geometry is missing from the drawing unit test.

Adding it to the unit test and/or an example that demonstrates usage could be helpful.

Note: I think the same also applies to Line and LineLoop.