Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_LightSet.h187 void SetVertexLight(VertexLight* light) in SetVertexLight() function
Dgfx_SceneEnvironment.h252 void SetVertexLight(VertexLight* light) in SetVertexLight() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp184 lightSet->SetVertexLight(*foundVertex); in ResolveReference()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp252 std::bind1st(std::mem_fun(&nw::gfx::SceneEnvironment::SetVertexLight), &sceneEnvironment));
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp387 std::bind1st(std::mem_fun(&gfx::SceneEnvironment::SetVertexLight), &sceneEnvironment)); in SetEnvironment()