Added constructor argument to ShadeModel

This commit is contained in:
Robert Osfield
2007-04-05 16:12:10 +00:00
parent 561dc02da5
commit 6c12c71337
4 changed files with 17 additions and 16 deletions

View File

@@ -31,9 +31,11 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ShadeModel)
I_BaseType(osg::StateAttribute);
I_Constructor0(____ShadeModel,
"",
"");
I_ConstructorWithDefaults1(IN, osg::ShadeModel::Mode, mode, osg::ShadeModel::FLAT,
Properties::NON_EXPLICIT,
____ShadeModel__Mode,
"",
"");
I_ConstructorWithDefaults2(IN, const osg::ShadeModel &, sm, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY,
____ShadeModel__C5_ShadeModel_R1__C5_CopyOp_R1,
"Copy constructor using CopyOp to manage deep vs shallow copy. ",