Fixed ClusterCullingCallback parser problem due to osg::Callback not being included in inheritance list

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14755 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2015-03-03 14:59:37 +00:00
parent 5346e7772a
commit 66aef5dfc9

View File

@ -9,7 +9,7 @@
REGISTER_OBJECT_WRAPPER( ClusterCullingCallback,
new osg::ClusterCullingCallback,
osg::ClusterCullingCallback,
"osg::Object osg::NodeCallback osg::ClusterCullingCallback" )
"osg::Object osg::Callback osg::NodeCallback osg::ClusterCullingCallback" )
{
ADD_VEC3_SERIALIZER( ControlPoint, osg::Vec3() ); // _controlPoint
ADD_VEC3_SERIALIZER( Normal, osg::Vec3() ); // _normal