Home
last modified time | relevance | path

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

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