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