vertices_to_threejs

compas_notebook.conversions.vertices_to_threejs(vertices)

Convert vertices to a PyThreeJS geometry.

Parameters:
verticeslist

List of vertices.

Returns:
three.BufferGeometry

The PyThreeJS geometry.