Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp257 nw::math::VEC3 vertexLightDirection(0.0f, 0.0f, -1.0f); in BuildLights() local
258 vertexLightDirection.Normalize(); in BuildLights()
259 resVertexLight.SetDirection(vertexLightDirection); in BuildLights()