Rich Jones
Rich Jones
Is there any way to improve the error if trying to compile without delayed loading if trying to use the signature that doesnt exist?
I finally got round to looking at this following it being raised at the last TSC meeting. I think that similar to @kubaroth 's comments asking for the type and...
One general comment on the structure, looking a bit into the future if we want to use this more widely. Is there any way to pull out the actual functional...
Hi, without diving into this too much the csgDifference takes two grids and steals from the second. So as you are using the same grid for both, I imagine that...
Looking at this, it seems this error is probably coming from the levelset validation in validateLevelSet() as the background value is 0, which is not a valid levelset for csg...
You can access your own custom data through the the custom data https://github.com/AcademySoftwareFoundation/openvdb/blob/master/openvdb_ax/openvdb_ax/compiler/CustomData.h. An example of how you might add your own bound types can be found in the Houdini...
LGTM @apradhana feel like this covers some similar ground as the smooth union (e.g. https://iquilezles.org/articles/smin/) but imagine there is still place for both of these operations?