Sam Potter

Results 60 comments of Sam Potter

Thanks for the quick and thorough response. I appreciate the level of detail provided regarding zfp's internals. I am certainly in "zfp user space", and I'm not sure whether the...

OK, I had the same hunch (too heavyweight to do inline). Maybe exploring these options will suggest a good way to do superfast inpainting which is compatible with that set...

Thanks for data sets. Those will be useful. I'll take a stab at this as I have time and get back to you here once I've got some results. If...

Thanks for the helpful explanation and pyzfp recommendation. This anticipates another problem that was going to come up later: namely, zfpy doesn't expose zfp's parallel compression. ;-) MSYS2 uses the...

I should also mention that I've run into at least one case where trying to insert a point using `insert_points` (as implemented in #69) leads to a segmentation fault, while...

Oops, should have looked more closely at the other issues... This is a duplicate of #60.

Hi @mikedh and @aluo-x. Didn't realize you were considering using my Embree3 wrapper in trimesh. Pinging myself here so you can @ me in case you'd like any help or...

Would it be better to distribute a version of Embree with python-embree or with trimesh? I have no problem with distributing a version of Embree so long as it doesn't...

I came across fresnel when I was looking for an OptiX wrapper, recently, too. I came to the same conclusion (everything too tightly coupled). I'd like to try out OptiX...

Is this using my library, [python-embree](https://github.com/sampotter/python-embree/)? I've had a few issues with it, and want to make sure I capture any fixes from you guys.