From Marco Jez, osgWrappers updates to latest changes in core osg.

This commit is contained in:
Robert Osfield
2005-04-17 11:30:33 +00:00
parent 88e8477cbf
commit 6017b810eb
16 changed files with 75 additions and 53 deletions

View File

@@ -16,7 +16,11 @@
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/io_utils>
BEGIN_VALUE_REFLECTOR(osg::Plane)
ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined
Comparator(osgIntrospection::PartialOrderComparator<reflected_type>); // user-defined
Constructor0();
Constructor1(IN, const osg::Plane &, pl);
Constructor4(IN, float, a, IN, float, b, IN, float, c, IN, float, d);