[+] Two classes added: osgAnimation::UpdateVec2fUniform, osgAnimation::UpdateVec4fUniform

This commit is contained in:
konstantin.matveyev
2017-07-30 19:55:56 +03:00
parent 0c1fad2c91
commit 700dd2b9a7
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#undef OBJECT_CAST
#define OBJECT_CAST dynamic_cast
#include <osgAnimation/UpdateUniform>
#include <osgDB/ObjectWrapper>
#include <osgDB/InputStream>
#include <osgDB/OutputStream>
REGISTER_OBJECT_WRAPPER( osgAnimation_UpdateVec4fUniform,
new osgAnimation::UpdateVec4fUniform,
osgAnimation::UpdateVec4fUniform,
"osg::Object osg::Callback osg::UniformCallback osgAnimation::UpdateVec4fUniform" )
{
}
#undef OBJECT_CAST
#define OBJECT_CAST static_cast