nmwsharp / nmwsharp/polyscope

Disable nodes without edges in curve_network

Open
#302 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.