Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResLight.h137 KIND_SPOT, //!< スポットライトです。 enumerator
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp674 else if ( lightKind == ResFragmentLight::KIND_SPOT ) in ActivateFragmentLight()
801 if (resLight.GetLightKind() == ResVertexLight::KIND_SPOT) in ActivateVertexLight()
/NW4C-2.0.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp252 resVertexLight.SetLightKind(nw::gfx::ResVertexLight::KIND_SPOT); in BuildLights()