Added test for serializers and fixed serializers
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( Element,
|
||||
REGISTER_OBJECT_WRAPPER( osgPresentation_Element,
|
||||
new osgPresentation::Element,
|
||||
osgPresentation::Element,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform osgPresentation::Group osgPresentation::Element" )
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( Group,
|
||||
REGISTER_OBJECT_WRAPPER( osgPresentation_Group,
|
||||
new osgPresentation::Group,
|
||||
osgPresentation::Group,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform osgPresentation::Group" )
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( Layer,
|
||||
REGISTER_OBJECT_WRAPPER( osgPresentation_Layer,
|
||||
new osgPresentation::Layer,
|
||||
osgPresentation::Layer,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform osgPresentation::Group osgPresentation::Layer" )
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( Presentation,
|
||||
REGISTER_OBJECT_WRAPPER( osgPresentation_Presentation,
|
||||
new osgPresentation::Presentation,
|
||||
osgPresentation::Presentation,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform osgPresentation::Group osgPresentation::Presentation" )
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( Section,
|
||||
REGISTER_OBJECT_WRAPPER( osgPresentation_Section,
|
||||
new osgPresentation::Section,
|
||||
osgPresentation::Section,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform osgPresentation::Group osgPresentation::Section" )
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( Slide,
|
||||
REGISTER_OBJECT_WRAPPER( osgPresentation_Slide,
|
||||
new osgPresentation::Slide,
|
||||
osgPresentation::Slide,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform osgPresentation::Group osgPresentation::Slide" )
|
||||
|
||||
Reference in New Issue
Block a user