Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp670 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local
671 spotFactor.x = floatValue; in SetValue()
672 light.SetSpotFactor(spotFactor); in SetValue()
678 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local
679 spotFactor.y = floatValue; in SetValue()
680 light.SetSpotFactor(spotFactor); in SetValue()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp815 … math::VEC4 spotFactor(resLight.GetSpotFactor().x, resLight.GetSpotFactor().y, 0.0f, 0.0f); in ActivateVertexLight() local
818 spotFactor.y = nw::math::CosRad(resLight.GetSpotFactor().y); in ActivateVertexLight()
825 spotFactor.y = GREATER_THAN_ONE; in ActivateVertexLight()
839 spotFactor); in ActivateVertexLight()