Searched refs:spotFactor (Results 1 – 2 of 2) sorted by relevance
682 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local683 spotFactor.x = floatValue; in SetValue()684 light.SetSpotFactor(spotFactor); in SetValue()690 math::VEC2 spotFactor = light.GetSpotFactor(); in SetValue() local691 spotFactor.y = floatValue; in SetValue()692 light.SetSpotFactor(spotFactor); in SetValue()
809 … math::VEC4 spotFactor(resLight.GetSpotFactor().x, resLight.GetSpotFactor().y, 0.0f, 0.0f); in ActivateVertexLight() local812 spotFactor.y = nw::math::CosRad(resLight.GetSpotFactor().y); in ActivateVertexLight()819 spotFactor.y = GREATER_THAN_ONE; in ActivateVertexLight()833 spotFactor); in ActivateVertexLight()