Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp269 nw::math::VEC3 fragmentLightDirection(-0.5f, -1.0f, -0.5f); in BuildLights() local
270 fragmentLightDirection.Normalize(); in BuildLights()
271 resFragmentLight.SetDirection(fragmentLightDirection); in BuildLights()