Updated wrappers.

This commit is contained in:
Robert Osfield
2005-09-29 13:07:26 +00:00
parent fc675f7706
commit e18cb598e6
55 changed files with 542 additions and 228 deletions

View File

@@ -43,14 +43,14 @@ BEGIN_VALUE_REFLECTOR(osg::Vec4d)
I_Method0(osg::Vec4d::value_type, y);
I_Method0(osg::Vec4d::value_type, z);
I_Method0(osg::Vec4d::value_type, w);
I_Method0(osg::Vec4d::value_type &, red);
I_Method0(osg::Vec4d::value_type &, green);
I_Method0(osg::Vec4d::value_type &, blue);
I_Method0(osg::Vec4d::value_type &, alpha);
I_Method0(osg::Vec4d::value_type, red);
I_Method0(osg::Vec4d::value_type, green);
I_Method0(osg::Vec4d::value_type, blue);
I_Method0(osg::Vec4d::value_type, alpha);
I_Method0(osg::Vec4d::value_type &, r);
I_Method0(osg::Vec4d::value_type &, g);
I_Method0(osg::Vec4d::value_type &, b);
I_Method0(osg::Vec4d::value_type &, a);
I_Method0(osg::Vec4d::value_type, r);
I_Method0(osg::Vec4d::value_type, g);
I_Method0(osg::Vec4d::value_type, b);
I_Method0(osg::Vec4d::value_type, a);
I_Method0(unsigned long, asABGR);
I_Method0(unsigned long, asRGBA);
I_Method0(bool, valid);