Exemplo n.º 1
0
void
av::gua::gui::GuiResourceNode::getTextureNameCB(const SFString::GetValueEvent& event)
{
   *(event.getValuePtr()) = m_textureName;
}
Exemplo n.º 2
0
void
av::gua::nurbs::NURBSNode::getGeometryCB(const SFString::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNURBSNode->get_geometry_description();
}
Exemplo n.º 3
0
/* virtual */ void
av::gua::SceneGraph::getNameCB(const SFString::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaSceneGraph->get_name();
}
Exemplo n.º 4
0
void
av::gua::gui::GuiResourceNode::getURLCB(const SFString::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaGuiResource->get_url();
}
Exemplo n.º 5
0
void av::gua::SkyMapPassDescription::getOutputTextureNameCB(const SFString::GetValueEvent& event) { *(event.getValuePtr()) = m_guaSkyMapPassDescription->output_texture_name(); }
Exemplo n.º 6
0
void av::gua::TexturedQuadNode::getTextureCB(const SFString::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.get_texture(); }
Exemplo n.º 7
0
void
av::gua::CameraNode::getOutputTextureNameCB(const SFString::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.output_texture_name();
}
Exemplo n.º 8
0
void
av::gua::CameraNode::getOutputWindowNameCB(const SFString::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.output_window_name();
}
Exemplo n.º 9
0
void
av::gua::CameraNode::getRightScreenPathCB(const SFString::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.right_screen_path();
}
Exemplo n.º 10
0
void
av::gua::CameraNode::getAlternativeFrustumCullingScreenPathCB(const SFString::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.alternative_frustum_culling_screen_path();
}
Exemplo n.º 11
0
void
av::gua::CameraNode::getSceneGraphCB(const SFString::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.scene_graph_name();
}
Exemplo n.º 12
0
void
av::gua::ResolvePassDescription::getSSAONoiseTextureCB(const SFString::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->ssao_noise_texture();
}
Exemplo n.º 13
0
void
av::gua::ResolvePassDescription::getAlternativeEnvironmentLightingTextureCB(const SFString::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->alternative_environment_lighting_texture();
}
Exemplo n.º 14
0
void
av::gua::ResolvePassDescription::getAlternativeBackgroundTextureCB(const SFString::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->alternative_background_texture();
}
Exemplo n.º 15
0
void
av::gua::skelanim::SkeletalAnimationNode::getAnimation2CB(const SFString::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaSkeletalAnimationNode->get_animation_2();
}