nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.83k stars 203 forks source link

Disable nodes without edges in curve_network #302

Open hrhodin opened 1 month ago

hrhodin commented 1 month ago

For register_surface_mesh, vertices without a face aren't shown. For register_curve_network, nodes without an edge are shown.

Would it be possible for curved networks to show only the ones with an edge somehow? Either by a flag or by setting transparency/radius separately for each node (as possible for register_point_cloud).

Thanks!