Merged from OpenSceneGraph-2.6 branch

This commit is contained in:
Robert Osfield
2008-08-05 15:27:37 +00:00
parent f17b307305
commit c49bd6e4eb
3 changed files with 19 additions and 12 deletions

View File

@@ -219,6 +219,8 @@ bool validName(const std::string& first)
if (first=="LightPointNode") return false;
if (first=="GeometryTechnique") return false;
if (first=="GeoemtryTechnique") return false;
if (first=="KdTree") return false;
if (first=="LineSegment") return false;
return true;
}