コード例 #1
0
ファイル: BoundingSphere.cpp プロジェクト: vrsys/avango
/* 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
ファイル: AutoTransform.cpp プロジェクト: 4og/avango
/* virtual */ void
av::osg::AutoTransform::setAutoScaleTransitionWidthRatioCB(const av::SFFloat::SetValueEvent& event)
{
  mOsgAutoTransform->setAutoScaleTransitionWidthRatio(event.getValue());
}