From Konstantin Matveyev, "More "LibraryWrapper" fixes for osg and osgAnimation NodeKits
in the attachment (for 3.3.6 version :) Fixes: osg: Unsupported associated class osg::UpdateCallback (osg_Drawable_UpdateCallback); ComputeBoundingBoxCallback osgAnimation: Unsupported wrapper class osgAnimation::RigComputeBoundingBoxCallback " git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14795 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -24,6 +24,7 @@ USE_SERIALIZER_WRAPPER(ClusterCullingCallback)
|
||||
USE_SERIALIZER_WRAPPER(ColorMask)
|
||||
USE_SERIALIZER_WRAPPER(ColorMatrix)
|
||||
USE_SERIALIZER_WRAPPER(CompositeShape)
|
||||
USE_SERIALIZER_WRAPPER(ComputeBoundingBoxCallback)
|
||||
USE_SERIALIZER_WRAPPER(Cone)
|
||||
USE_SERIALIZER_WRAPPER(ConvexHull)
|
||||
USE_SERIALIZER_WRAPPER(ConvexPlanarOccluder)
|
||||
@@ -32,6 +33,7 @@ USE_SERIALIZER_WRAPPER(CullFace)
|
||||
USE_SERIALIZER_WRAPPER(Cylinder)
|
||||
USE_SERIALIZER_WRAPPER(Depth)
|
||||
USE_SERIALIZER_WRAPPER(Drawable)
|
||||
USE_SERIALIZER_WRAPPER(osg_Drawable_UpdateCallback)
|
||||
USE_SERIALIZER_WRAPPER(DrawPixels)
|
||||
USE_SERIALIZER_WRAPPER(EllipsoidModel)
|
||||
USE_SERIALIZER_WRAPPER(Fog)
|
||||
|
||||
@@ -10,6 +10,7 @@ USE_SERIALIZER_WRAPPER(osgAnimation_AnimationManagerBase)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_BasicAnimationManager)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_Bone)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_MorphGeometry)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_RigComputeBoundingBoxCallback)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_RigGeometry)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_Skeleton)
|
||||
USE_SERIALIZER_WRAPPER(osgAnimation_StackedMatrixElement)
|
||||
|
||||
Reference in New Issue
Block a user