Nicholas Sharp

Results 258 comments of Nicholas Sharp

And regarding the reserve/resize, I believe it is a resize? Here, right? https://github.com/nmwsharp/geometry-central/blob/master/src/surface/surface_mesh.cpp#L1609 (I haven't thought much about this implementation in the last couple years, so I am paging it...

I'm familiar with the difference, I was just responding to this comment > in your code, you call reserve() and not resize() pointing out that at least in the linked...

Updated to latest in #338, thanks for this!

I am also integrating the FetchContent example you gave into the docs, thank you!

Hmm, I don't know anything about this. Googling the issues seems to suspect it's related to low-level LLVM stuff and linking configurations. Polyscope uses a pretty boring setup and links...

Did you observe this on the current `master` branch? There were a few changes merged recently to additionally link with EGL when it is available, I suppose it's possible one...

Thanks for following up! > Tried this but doesn't work still. Ok, seems to be a general problem, unrelated to those recent EGL changes. Has probably been this way for...

Hi all, I'm clearing out old PRs, pardon for not addressing this sooner. I don't quite understand what's going on here. I guess this code was added in case users...

I like this idea, I've wanted it myself! I tried implementing it in https://github.com/nmwsharp/polyscope/pull/312 . Unfortunately, I'm having getting any sane/consistent behavior from `isinf()` and `isnan()` in glsl shaders, so...