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