Exemplo n.º 1
0
void av::gua::GlfwWindow::getCursorModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaGlfwWindow->cursor_mode()); }
void
av::gua::LightVisibilityPassDescription::getTilePowerCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaLightVisibilityPassDescription->tile_power();
}
Exemplo n.º 3
0
void
av::gua::SSAAPassDescription::getModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = static_cast<unsigned>(m_guaSSAAPassDescription->mode());
}
Exemplo n.º 4
0
void av::gua::LightNode::getTypeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaNode->data.type()); }
void
av::gua::LightVisibilityPassDescription::getRasterizationModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = static_cast<unsigned>(m_guaLightVisibilityPassDescription->rasterization_mode());
}
Exemplo n.º 6
0
void
av::gua::CameraNode::getMonoModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = static_cast<unsigned>(m_guaNode->config.mono_mode());
}
Exemplo n.º 7
0
void av::gua::LightNode::getShadowMapSizeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.shadow_map_size(); }
Exemplo n.º 8
0
void
av::gua::ResolvePassDescription::getEnvironmentLightingModeCB(const SFUInt::GetValueEvent& event)
{
    *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->environment_lighting_mode());
}
Exemplo n.º 9
0
void
av::gua::ResolvePassDescription::getToneMappingModeCB(const SFUInt::GetValueEvent& event)
{
    *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->tone_mapping_method());
}
Exemplo n.º 10
0
void
av::gua::ResolvePassDescription::getBackgroundModeCB(const SFUInt::GetValueEvent& event)
{
    *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->background_mode());
}
Exemplo n.º 11
0
void av::gua::Window::getSwapBarrierCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaWindow->get_swap_barrier()); }
Exemplo n.º 12
0
/* virtual */ void
av::osg::AutoTransform::getAutoRotateModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = mOsgAutoTransform->getAutoRotateMode();
}