Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp185 …std::find_if(sceneContext.GetVertexLightsBegin(), sceneContext.GetVertexLightsEnd(), SceneObjectCo… in ResolveReference()
187 if (foundVertex != sceneContext.GetVertexLightsEnd()) in ResolveReference()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h737 VertexLightArray::iterator GetVertexLightsEnd() in GetVertexLightsEnd() function
746 VertexLightArray::const_iterator GetVertexLightsEnd() const in GetVertexLightsEnd() function
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp310 m_SceneContext->GetVertexLightsEnd(),
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp401 sceneContext->GetVertexLightsEnd(), in SetEnvironment()