Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneEnvironmentSetting.h230 FogBinderArray::iterator GetFogEnd() in GetFogEnd() function
239 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd() function
Dgfx_SceneContext.h886 FogArray::iterator GetFogEnd() in GetFogEnd() function
895 FogArray::const_iterator GetFogEnd() const in GetFogEnd() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp133 …std::find_if(sceneContext.GetFogBegin(), sceneContext.GetFogEnd(), SceneObjectCompare<const Fog>((… in ResolveReference()
135 if (found != sceneContext.GetFogEnd()) in ResolveReference()
Dgfx_SceneEnvironment.cpp46 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp190 nw::gfx::FogArray::iterator fogEnd = m_SceneContext->GetFogEnd(); in SubmitView()
311 if (m_SceneContext->GetFogBegin() != m_SceneContext->GetFogEnd())
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp396 if (sceneContext->GetFogBegin() != sceneContext->GetFogEnd()) in SetEnvironment()
415 …std::for_each(sceneContext->GetFogBegin(), sceneContext->GetFogEnd(), gfx::Fog::UpdateFunctor(came… in SubmitView()