/* virtual */ void av::gua::BoundingSphere::setRadiusCB(const av::SFFloat::SetValueEvent& event) { m_guaBoundingSphere->radius = event.getValue(); }
/* virtual */ void av::osg::TexturedQuad::setMaxAnisotropyCB(const av::SFFloat::SetValueEvent& event) { Texture2D.getValue()->getOsgTexture2D()->setMaxAnisotropy(event.getValue()); }
/* virtual */ void av::osg::AutoTransform::setAutoScaleTransitionWidthRatioCB(const av::SFFloat::SetValueEvent& event) { mOsgAutoTransform->setAutoScaleTransitionWidthRatio(event.getValue()); }