Disable nodes without edges in curve_network
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 242
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the register_curve_network entry point and compare its handling with register_surface_mesh and register_point_cloud. Determine how to make nodes without edges invisible or separately configurable; done means curve networks show only edge-connected nodes or expose the requested per-node control.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100