A bit of harmless cleanup, null checking, nan checking. Removed sphericalProjection and cylindricalProjection from llface (broken/dead).

This commit is contained in:
Shyotl
2013-07-29 19:23:30 -05:00
parent bec3ba985e
commit 45b85070f3
7 changed files with 67 additions and 83 deletions

View File

@@ -636,7 +636,10 @@ public:
parent = node->getOctParent();
}
node->insert(data);
if(node != this)
{
node->insert(data);
}
}
return false;