Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp183 …std::find_if(sceneContext.GetVertexLightsBegin(), sceneContext.GetVertexLightsEnd(), SceneObjectCo… in ResolveReference()
185 if (foundVertex != sceneContext.GetVertexLightsEnd()) in ResolveReference()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneContext.h642 VertexLightArray::iterator GetVertexLightsEnd() in GetVertexLightsEnd() function
651 VertexLightArray::const_iterator GetVertexLightsEnd() const in GetVertexLightsEnd() function
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp308 m_SceneContext->GetVertexLightsEnd(),
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp393 sceneContext->GetVertexLightsEnd(), in SetEnvironment()