Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-10 20:35:50 +00:00
parent c43606e3fe
commit aa24c273c7
83 changed files with 200 additions and 214 deletions

View File

@@ -133,7 +133,7 @@ BEGIN_OBJECT_REFLECTOR(osgTerrain::GeometryTechnique)
I_Method0(void, dirty,
Properties::VIRTUAL,
__void__dirty,
"Dirty so that cached data structurese will be updated on next use. ",
"Dirty so that cached data structures will be updated on next use. ",
"");
I_Method1(void, setFilterBias, IN, float, filterBias,
Properties::NON_VIRTUAL,