Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp682 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local
683 spotFactor.x = floatValue; in SetValue()
684 light.SetSpotFactor(spotFactor); in SetValue()
690 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local
691 spotFactor.y = floatValue; in SetValue()
692 light.SetSpotFactor(spotFactor); in SetValue()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp809 … math::VEC4 spotFactor(resLight.GetSpotFactor().x, resLight.GetSpotFactor().y, 0.0f, 0.0f); in ActivateVertexLight() local
812 spotFactor.y = nw::math::CosRad(resLight.GetSpotFactor().y); in ActivateVertexLight()
819 spotFactor.y = GREATER_THAN_ONE; in ActivateVertexLight()
833 spotFactor); in ActivateVertexLight()