Browse Source

blobtree

master
gjj 6 months ago
parent
commit
64140813dc
  1. 2
      algoim/organizer/organizer.hpp

2
algoim/organizer/organizer.hpp

@ -518,7 +518,7 @@ void quadratureScene(const std::vector<std::shared_ptr<PrimitiveDesc>>& primitiv
buildOcTree(scene, rootNode, leaves);
for (const auto& leaf : leaves) {
auto basicRes = basicTask(blobTree, scene, leaf, xmin, xmax, 10);
auto basicRes = basicTask(scene, blobTree, leaf, 10);
volume += basicRes.volume;
}

Loading…
Cancel
Save