Пример #1
0
void
av::gua::ResolvePassDescription::getBackgroundTextureBlendFactorCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->background_texture_blend_factor();
}
Пример #2
0
void
av::gua::SSAAPassDescription::getFxaaThresholdMinCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaSSAAPassDescription->fxaa_threshold_min();
}
Пример #3
0
void
av::gua::Ray::getTMaxCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaRay->t_max_;
}
Пример #4
0
void av::gua::LightNode::getFallofCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.falloff(); }
Пример #5
0
void
av::gua::SSAAPassDescription::getFxaaQualitySubpixCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaSSAAPassDescription->fxaa_quality_subpix();
}
Пример #6
0
void av::gua::TexturedQuadNode::getHeightCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.get_size()[1]; }
Пример #7
0
void av::gua::LightNode::getShadowMaxDistanceCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.max_shadow_dist(); }
Пример #8
0
void
av::gua::ResolvePassDescription::getHorizonFadeCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->horizon_fade();
}
Пример #9
0
void
av::gua::ResolvePassDescription::getSSAORadiusCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->ssao_radius();
}
Пример #10
0
void
av::gua::ResolvePassDescription::getExposureCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->tone_mapping_exposure();
}
Пример #11
0
void
av::gua::ResolvePassDescription::getEnvironmentLightingTextureBlendFactorCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->environment_lighting_texture_blend_factor();
}
Пример #12
0
void
av::gua::ResolvePassDescription::getVignetteCoverageCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->vignette_coverage();
}
Пример #13
0
void
av::gua::ResolvePassDescription::getVignetteSoftnessCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->vignette_softness();
}
Пример #14
0
void
av::gua::ResolvePassDescription::getFogEndCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->fog_end();
}
Пример #15
0
void av::gua::SkyMapPassDescription::getLightBrightnessCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaSkyMapPassDescription->light_brightness(); }
Пример #16
0
void
av::gua::ResolvePassDescription::getSSAOIntensityCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->ssao_intensity();
}
Пример #17
0
void av::gua::SkyMapPassDescription::getMieFactorCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaSkyMapPassDescription->mie_factor(); }
Пример #18
0
void
av::gua::ResolvePassDescription::getSSAOFalloffCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->ssao_falloff();
}
Пример #19
0
void av::gua::LightNode::getShadowOffsetCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.shadow_offset(); }
Пример #20
0
void
av::gua::ResolvePassDescription::getScreenSpaceShadowMaxRadiusPXCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->screen_space_shadow_max_radius_px();
}
Пример #21
0
void av::gua::LightNode::getShadowFarClippingInSunDirectionCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.shadow_far_clipping_in_sun_direction(); }
Пример #22
0
void
av::gua::ResolvePassDescription::getScreenSpaceShadowIntensityCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaResolvePassDescription->screen_space_shadow_intensity();
}
Пример #23
0
void av::gua::LightNode::getSoftnessCB(const SFFloat::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.softness(); }
Пример #24
0
void
av::gua::CameraNode::getEyeDistanceCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.eye_dist();
}
Пример #25
0
void
av::gua::SSAAPassDescription::getFxaaEdgeThresholdCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaSSAAPassDescription->fxaa_edge_threshold();
}
Пример #26
0
void
av::gua::CameraNode::getEyeOffsetCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.eye_offset();
}
Пример #27
0
void
av::gua::Constraint::getBreakingImpulseThresholdCB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaConstraint->breaking_impulse_threshold();
}
Пример #28
0
void
av::gua::CameraNode::getNearClipCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNode->config.near_clip();
}
Пример #29
0
void av::gua::nurbs::NURBSNode::getPixelErrorToleranceCB(const SFFloat::GetValueEvent& event)
{
  *(event.getValuePtr()) = m_guaNURBSNode->max_tesselation_error();
}
Пример #30
0
void
av::gua::skelanim::SkeletalAnimationNode::getTime2CB(const SFFloat::GetValueEvent& event)
{
    *(event.getValuePtr()) = m_guaSkeletalAnimationNode->get_time_2();
}