CSG Operations #1118
Unanswered
LouisNoailles
asked this question in
Q&A
CSG Operations
#1118
Replies: 1 comment 2 replies
-
I might need a little more sample code to try and guess why you might not be getting the expected result, however I will say that given that you're deep-copying the inputs before calling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Operating System: Ubuntu 20.04
Version / Commit SHA: 0f93ce6
Other: compiler: g++, c++ 17
Describe the bug
I am trying to do csg operations such as union and I am doing this
`openvdb::FloatGrid::ConstPtr
copyOfGridA = grid->deepCopy(),
copyOfGridB = vdb->deepCopy();
the two grids have the same transform and I do no rotations on them but the final grid is equal to grid
Expected behavior
I would expect to have grid U vdb but I get only grid as a result
Beta Was this translation helpful? Give feedback.
All reactions