| 2202 | } |
| 2203 | |
| 2204 | float WorldServer::windLevel(Vec2F const& pos) const { |
| 2205 | return WorldImpl::windLevel(m_tileArray, pos, m_weather.wind()); |
| 2206 | } |
| 2207 | |
| 2208 | float WorldServer::lightLevel(Vec2F const& pos) const { |
| 2209 | return WorldImpl::lightLevel(m_tileArray, m_entityMap, m_geometry, m_worldTemplate, m_sky, m_lightIntensityCalculator, pos); |