Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/fow/
H A DC4FoWAmbient.cpp26 double AmbientForPix(int x0, int y0, double R, const LightMap& light_map) in AmbientForPix() function
164 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()