Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp180 …std::find_if(sceneContext.GetVertexLightsBegin(), sceneContext.GetVertexLightsEnd(), SceneObjectCo… in ResolveReference()
182 if (foundVertex != sceneContext.GetVertexLightsEnd()) in ResolveReference()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h568 VertexLightArray::iterator GetVertexLightsEnd() in GetVertexLightsEnd() function
577 VertexLightArray::const_iterator GetVertexLightsEnd() const in GetVertexLightsEnd() function
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp251 m_SceneContext->GetVertexLightsEnd(),
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp386 sceneContext->GetVertexLightsEnd(), in SetEnvironment()