Searched refs:AmbientForPix (Results 1 – 1 of 1) sorted by relevance
26 double AmbientForPix(int x0, int y0, double R, const LightMap& light_map) in AmbientForPix() function164 const double norm = AmbientForPix(0, 0, R, LightMapFull()) * FullCoverage; in UpdateFromLandscape()172 …ambient[(y - top) * (right - left) + (x - left)] = std::min(AmbientForPix(x, y, R, light_mapZoom) … in UpdateFromLandscape()