1 #ifndef OSGANIMATION_UPDATE_UNIFORM
2 #define OSGANIMATION_UPDATE_UNIFORM 1
4 #include <osgAnimation/AnimationUpdateCallback>
5 #include <osgAnimation/Export>
6 #include <osg/NodeVisitor>
44 if (channel->
getName().find(
"uniform") != std::string::npos)
47 OSG_WARN <<
"Channel " << channel->
getName() <<
" does not contain a valid symbolic name for this class " <<
className() << std::endl;
54 T value = _uniformTarget->getValue();
virtual bool setTarget(Target *)=0
bool traverse(osg::Object *object, osg::Object *data)
VisitorType getVisitorType() const
virtual const char * className() const =0
const std::string & getName() const