Updated wrappers

This commit is contained in:
Robert Osfield
2007-04-06 15:35:27 +00:00
parent 11d74fd54e
commit 0909bd04e4
112 changed files with 635 additions and 356 deletions

View File

@@ -30,11 +30,11 @@
#include <osg/io_utils>
TYPE_NAME_ALIAS(double, osg::Plane::value_type);
TYPE_NAME_ALIAS(double, osg::Plane::value_type)
TYPE_NAME_ALIAS(osg::Vec3d, osg::Plane::Vec3_type);
TYPE_NAME_ALIAS(osg::Vec3d, osg::Plane::Vec3_type)
TYPE_NAME_ALIAS(osg::Vec4d, osg::Plane::Vec4_type);
TYPE_NAME_ALIAS(osg::Vec4d, osg::Plane::Vec4_type)
BEGIN_VALUE_REFLECTOR(osg::Plane)
I_ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined