A bit of harmless cleanup, null checking, nan checking. Removed sphericalProjection and cylindricalProjection from llface (broken/dead).
This commit is contained in:
@@ -636,7 +636,10 @@ public:
|
||||
parent = node->getOctParent();
|
||||
}
|
||||
|
||||
node->insert(data);
|
||||
if(node != this)
|
||||
{
|
||||
node->insert(data);
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user