git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14784 16af8721-9629-0410-8352-f15c8da7e697
19 lines
585 B
C++
19 lines
585 B
C++
#undef OBJECT_CAST
|
|
#define OBJECT_CAST dynamic_cast
|
|
|
|
#include <osgAnimation/Skeleton>
|
|
#include <osgDB/ObjectWrapper>
|
|
#include <osgDB/InputStream>
|
|
#include <osgDB/OutputStream>
|
|
|
|
REGISTER_OBJECT_WRAPPER2( osgAnimation_UpdateSkeleton,
|
|
new osgAnimation::Skeleton::UpdateSkeleton,
|
|
osgAnimation::Skeleton::UpdateSkeleton,
|
|
"osgAnimation::UpdateSkeleton",
|
|
"osg::Object osg::Callback osg::NodeCallback osgAnimation::UpdateSkeleton" )
|
|
{
|
|
}
|
|
|
|
#undef OBJECT_CAST
|
|
#define OBJECT_CAST static_cast
|