Added wrapper projects and updates of autogenerated wrappers.

This commit is contained in:
Robert Osfield
2005-07-19 20:40:29 +00:00
parent 7b23cf930e
commit 6778bc3981
32 changed files with 2716 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::FrontFace)
I_BaseType(osg::StateAttribute);
I_Constructor0();
I_ConstructorWithDefaults1(IN, osg::FrontFace::Mode, face, osg::FrontFace::COUNTER_CLOCKWISE);
I_ConstructorWithDefaults2(IN, const osg::FrontFace &, ff, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
I_Method0(osg::Object *, cloneType);
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);