Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp265 nw::math::VEC3 vertexLightDirection(0.0f, 0.0f, -1.0f); in BuildLights() local
266 vertexLightDirection.Normalize(); in BuildLights()
267 resVertexLight.SetDirection(vertexLightDirection); in BuildLights()