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

@@ -120,7 +120,7 @@ BEGIN_OBJECT_REFLECTOR(osg::LightModel)
Properties::VIRTUAL,
__void__apply__State_R1,
"apply the OpenGL state attributes. ",
"The render info for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state.");
"The render info for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state. ");
I_SimpleProperty(const osg::Vec4 &, AmbientIntensity,
__C5_osg_Vec4_R1__getAmbientIntensity,
__void__setAmbientIntensity__C5_osg_Vec4_R1);