Searched refs:kAmbientHeightFactor (Results 1 – 1 of 1) sorted by relevance
31 static constexpr auto kAmbientHeightFactor = 1.0f / 128.0f; variable36 static constexpr auto kMaxAmbientRadius = 300*kAmbientHeightFactor*kAmbientGeomFactor;46 return std::min(height*kAmbientHeightFactor*kAmbientGeomFactor, kMaxAmbientRadius); in AmbientBlurRadius()50 return 1.0f + std::max(height*kAmbientHeightFactor, 0.0f); in AmbientRecipAlpha()