mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
call tonNSS.prepare removed from q3DMASCTools.cpp
This function has been removed from DgmOctree.h (commit cac8cc8b1d of CCCoreLib).
This commit is contained in:
@@ -1131,7 +1131,6 @@ bool Tools::PrepareFeatures(const CorePoints& corePoints, Feature::Set& features
|
||||
{
|
||||
nNSS.level = octreeLevel;
|
||||
nNSS.queryPoint = *corePoints.cloud->getPoint(i);
|
||||
nNSS.prepare(largestRadius, octree->getCellSize(nNSS.level));
|
||||
octree->getTheCellPosWhichIncludesThePoint(&nNSS.queryPoint, nNSS.cellPos, nNSS.level);
|
||||
octree->computeCellCenter(nNSS.cellPos, nNSS.level, nNSS.cellCenter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user