Searched refs:spotFactor (Results 1 – 2 of 2) sorted by relevance
670 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local671 spotFactor.x = floatValue; in SetValue()672 light.SetSpotFactor(spotFactor); in SetValue()678 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local679 spotFactor.y = floatValue; in SetValue()680 light.SetSpotFactor(spotFactor); in SetValue()
815 … math::VEC4 spotFactor(resLight.GetSpotFactor().x, resLight.GetSpotFactor().y, 0.0f, 0.0f); in ActivateVertexLight() local818 spotFactor.y = nw::math::CosRad(resLight.GetSpotFactor().y); in ActivateVertexLight()825 spotFactor.y = GREATER_THAN_ONE; in ActivateVertexLight()839 spotFactor); in ActivateVertexLight()