Updated AUTHORS file

This commit is contained in:
Robert Osfield
2008-04-22 13:00:52 +00:00
parent 7bbb10203f
commit a802c4c40a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
OpenSceneGraph Library 2.3.9
OpenSceneGraph Library 2.3.10
306 Contributors:
@@ -21,9 +21,9 @@ Eric Sokolowsky
Mathias Fr<46>hlich
Tree
David Callu
Luigi Calori
Trajce Nikolov
Mike Wittman
Luigi Calori
Jean-Sebastien Guay
Pavel Moloshtan
Tom Jolley

View File

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