apradhana

Results 6 comments of 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 =...

@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...