Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_LightSet.h201 void SetVertexLight(VertexLight* light) in SetVertexLight() function
Dgfx_SceneEnvironment.h251 void SetVertexLight(VertexLight* light) in SetVertexLight() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp187 lightSet->SetVertexLight(*foundVertex); in ResolveReference()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp309 std::bind1st(std::mem_fun(&nw::gfx::SceneEnvironment::SetVertexLight), &sceneEnvironment));
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp394 std::bind1st(std::mem_fun(&gfx::SceneEnvironment::SetVertexLight), &sceneEnvironment)); in SetEnvironment()