Home
last modified time | relevance | path

Searched refs:SetVertexLight (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_LightSet.h203 void SetVertexLight(VertexLight* light) in SetVertexLight() function
Dgfx_SceneEnvironment.h253 void SetVertexLight(VertexLight* light) in SetVertexLight() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp189 lightSet->SetVertexLight(*foundVertex); in ResolveReference()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp311 std::bind1st(std::mem_fun(&nw::gfx::SceneEnvironment::SetVertexLight), &sceneEnvironment));
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp402 std::bind1st(std::mem_fun(&gfx::SceneEnvironment::SetVertexLight), &sceneEnvironment)); in SetEnvironment()