Exemplo n.º 1
0
/* virtual */ void
av::osg::viewer::CompositeViewer::setThreadingModelCB(const SFInt::SetValueEvent& event)
{
  mOsgCompositeViewer->
    setThreadingModel(static_cast< ::osgViewer::ViewerBase::ThreadingModel>(event.getValue()));
}
Exemplo n.º 2
0
void
av::gua::CameraNode::setViewIDCB(const SFInt::SetValueEvent& event)
{
  m_guaNode->config.view_id() = event.getValue();
}
Exemplo n.º 3
0
void
av::gua::lod::PLodPassDescription::setSurfelRenderModeCB(const SFInt::SetValueEvent& event)
{
  m_guaPLodPassDescription->mode((::gua::PLodPassDescription::SurfelRenderMode)event.getValue());
  m_guaPLodPassDescription->touch();
}
Exemplo n.º 4
0
void
av::gua::PipelineDescription::setABufferSizeCB(const SFInt::SetValueEvent& event)
{
  m_guaPipelineDescription->set_abuffer_size(event.getValue());
}