Home
last modified time | relevance | path

Searched refs:GetFogEnd (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneEnvironmentSetting.h232 FogBinderArray::iterator GetFogEnd() in GetFogEnd() function
241 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd() function
Dgfx_SceneContext.h981 FogArray::iterator GetFogEnd() in GetFogEnd() function
990 FogArray::const_iterator GetFogEnd() const in GetFogEnd() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp135 …std::find_if(sceneContext.GetFogBegin(), sceneContext.GetFogEnd(), SceneObjectCompare<const Fog>((… in ResolveReference()
137 if (found != sceneContext.GetFogEnd()) in ResolveReference()
Dgfx_SceneEnvironment.cpp48 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp192 nw::gfx::FogArray::iterator fogEnd = m_SceneContext->GetFogEnd(); in SubmitView()
313 if (m_SceneContext->GetFogBegin() != m_SceneContext->GetFogEnd())
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp404 if (sceneContext->GetFogBegin() != sceneContext->GetFogEnd()) in SetEnvironment()
423 …std::for_each(sceneContext->GetFogBegin(), sceneContext->GetFogEnd(), gfx::Fog::UpdateFunctor(came… in SubmitView()