Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp623 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLight() local
624 NW_ASSERT(lightKind < ResFragmentLight::KIND_COUNT); in ActivateFragmentLight()
631 if ( lightKind == ResFragmentLight::KIND_DIRECTIONAL ) in ActivateFragmentLight()
645 else if ( lightKind == ResFragmentLight::KIND_POINT ) in ActivateFragmentLight()
672 else if ( lightKind == ResFragmentLight::KIND_SPOT ) in ActivateFragmentLight()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_MaterialState.h670 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLighting() local
673 …bool isDirectional = (lightKind == ResFragmentLight::KIND_DIRECTIONAL) || GraphicsDevice::GetFragm… in ActivateFragmentLighting()