apradhana
apradhana
Try defining your grid as a true level-set. First, add the following line at the beginning: `#include `. Then define your grid the following way: ``` const float r =...
Consolidated by PR-1501.
@Jaisiero: Can you try adding `-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebug` to the `cmake` argument when building OpenVDB?
Hi Dan. Thanks for looking at this PR and for all your comments. I'm trying to answer your questions here: _Can half-grid types be level sets or just fog volumes?_...
Git subtree can be an alternative to managing dependency. During our TSC meeting last week, we also talked about NanoBind's dependency to `robin_map`. It may be possible to apply a...
As for the problem that Matthew raised in [Issue 1700 ](https://github.com/AcademySoftwareFoundation/openvdb/issues/1700), I have a fix that I included in the [draft PR for supporting half grid](https://github.com/AcademySoftwareFoundation/openvdb/pull/1730). What's needed is adding...
@ghurstunither. I'm wondering if you have ever compiled this PR with `EXPLICIT_TEMPLATE_INSTANTIATION = ON`.
Thanks for pointing this out @danrbailey. I will add a unit test for the new feature and submit a PR. We are lacking unit tests for all the level set...
> @apradhana thanks for trying to look into this - but are you saying we only support CMake version up to 3.28 with this change? That doesn't sounds appropriate to...
@Idclip : I also got an email from github explaining "Jobs using the macos-11 YAML workflow label should be updated to macos-14, macos-13, macos-12, or macos-latest.". So I'm trying out...