Updated wrappers

This commit is contained in:
Robert Osfield
2007-08-10 17:44:54 +00:00
parent ece6c2f672
commit 0e475106dc
134 changed files with 355 additions and 312 deletions

View File

@@ -77,7 +77,7 @@ BEGIN_OBJECT_REFLECTOR(osgSim::Impostor)
Properties::NON_VIRTUAL,
__void__setImpostorThreshold__float,
"Set the Impostor threshold distance. ",
"For eye points further than this threshold the Imposter is used if appropriate, otherwise the LOD children as chosen as per a standard LOD node.");
"For eye points further than this threshold the Imposter is used if appropriate, otherwise the LOD children as chosen as per a standard LOD node. ");
I_Method0(float, getImpostorThreshold,
Properties::NON_VIRTUAL,
__float__getImpostorThreshold,