Updated wrappers

This commit is contained in:
Robert Osfield
2006-08-28 10:49:37 +00:00
parent ee7f3fa375
commit 1055bd013d
2 changed files with 15 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
BEGIN_OBJECT_REFLECTOR(osg::TexMat)
I_BaseType(osg::StateAttribute);
I_Constructor0();
I_Constructor1(IN, const osg::Matrix &, matrix);
I_ConstructorWithDefaults2(IN, const osg::TexMat &, texmat, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
I_Method0(osg::Object *, cloneType);
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);