Hi. Is there any reason to not forward the interiorTest* arguments to the generic meshToVolume call in these following lines?
|
InteriorTest /*interiorTest*/, |
|
InteriorTestStrategy /*interiorTestStrat*/) |
|
{ |
|
util::NullInterrupter nullInterrupter; |
|
return meshToVolume<GridType>(nullInterrupter, mesh, transform, |
|
exteriorBandWidth, interiorBandWidth, flags, polygonIndexGrid); |
|
} |
Hi. Is there any reason to not forward the interiorTest* arguments to the generic meshToVolume call in these following lines?
openvdb/openvdb/openvdb/tools/MeshToVolume.h
Lines 3648 to 3654 in 19013e3