Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing stripes on a mesh? #177

Open
r03ert0 opened this issue Mar 28, 2024 · 1 comment
Open

Drawing stripes on a mesh? #177

r03ert0 opened this issue Mar 28, 2024 · 1 comment

Comments

@r03ert0
Copy link

r03ert0 commented Mar 28, 2024

Hello!

Question 1. Is there some code around that I could use to see how to draw stripes (computed using computeStripePattern and extractPolylinesFromStripePattern) on top of a mesh in polyscope?

Question 2. Is there a way of using computeStripePattern in a tetrahedral mesh (i.e., stripes on the the whole volume, not only the surface)

Thank you!

cheers,

roberto

@rahul-mitra13
Copy link

Hey Roberto,

  1. The extractPolyLinesFromStripePattern() gives you set vertices and edges that you can then register as a curve network in polyscope using something along the lines of polyscope::registerCurveNetwork("my stripes", vertices, edges) where vertices and edges are what's returned from the extract polyline function.

  2. Currently there is no (public?) implementation of computing stripes on volumes in geometry-central.

Cheers,
Rahul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants