Nicholas Sharp

Results 258 comments of Nicholas Sharp

After some debugging, it seems that this may actually be due to the underlying graphics drivers. This shader is the one place we use `gl_FrontFacing ` There are scattered posts...

Whoops, you are correct. Thank you for pointing out that the docs are wrong! There were some underlying bugs with the way the count quantities were implemented, and they seemed...

Removed from the docs as of nmwsharp/polyscope-docs@81e5fdd7bb2b91d1a5267a159882fbb862535bba , will be updated in the website on the next rebuild

Hi! Glad to hear you're making use of geometry-central! This kind of 'mesh repair' operations / 'make it manifold' operations are definitely in-scope. It would be great to have some...

Hi! Sorry, unfortunately there is no feature for this built-in to geometry-central.

Hi! Can you confirm that this bug happens on a fresh build from the main branch? I believe all of these instances should be fixed. (Be sure that the imgui...

Officially, Polyscope does not provide this as part of its API. So if you do set it up, it is not guaranteed to be supported, and it make break at...

There is no binding for this currently, I'd be happy to take a PR for one!

Hi! You're correct in your understanding. The underlying algorithm _does_ support this case, but the API exposed in these python bindings does not. The problem is that you need to...

Thanks! Happy to have this added :) Is there any reason why you added it as a member of `EdgeFlipSolver` rather than a standalone function?