Home
last modified time | relevance | path

Searched refs:GetFragmentLightsEnd (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp192 …std::find_if(sceneContext.GetFragmentLightsBegin(), sceneContext.GetFragmentLightsEnd(), SceneObje… in ResolveReference()
194 if (foundFragment != sceneContext.GetFragmentLightsEnd()) in ResolveReference()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneContext.h584 FragmentLightArray::iterator GetFragmentLightsEnd() in GetFragmentLightsEnd() function
593 FragmentLightArray::const_iterator GetFragmentLightsEnd() const in GetFragmentLightsEnd() function
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp303 m_SceneContext->GetFragmentLightsEnd(),
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp388 sceneContext->GetFragmentLightsEnd(), in SetEnvironment()