Comparing two openvdb::DoubleGrids to see if they are exactly the same #1742
Unanswered
Pindrought
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to rewrite a project that is utilizing openvdb.
I am needing to replace the calls to the following:
tools::meshToSignedDistanceField() as well as tools::volumeToMesh()
My goal is to remove all dependencies to openvdb / its requirements (tbb/boost/zlib/etc) and to still have the same functionality offered by these two functions.
I have two questions.
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions