Exemple #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();
}
void
av::gua::SSAAPassDescription::getModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = static_cast<unsigned>(m_guaSSAAPassDescription->mode());
}
Exemple #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());
}
Exemple #6
0
void
av::gua::CameraNode::getMonoModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = static_cast<unsigned>(m_guaNode->config.mono_mode());
}
Exemple #7
0
void av::gua::LightNode::getShadowMapSizeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.shadow_map_size(); }
void
av::gua::ResolvePassDescription::getEnvironmentLightingModeCB(const SFUInt::GetValueEvent& event)
{
    *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->environment_lighting_mode());
}
void
av::gua::ResolvePassDescription::getToneMappingModeCB(const SFUInt::GetValueEvent& event)
{
    *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->tone_mapping_method());
}
void
av::gua::ResolvePassDescription::getBackgroundModeCB(const SFUInt::GetValueEvent& event)
{
    *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->background_mode());
}
Exemple #11
0
void av::gua::Window::getSwapBarrierCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaWindow->get_swap_barrier()); }
Exemple #12
0
/* virtual */ void
av::osg::AutoTransform::getAutoRotateModeCB(const SFUInt::GetValueEvent& event)
{
  *(event.getValuePtr()) = mOsgAutoTransform->getAutoRotateMode();
}