// This file may be redistributed and modified only under the terms of // the GNU General Public License (See COPYING for details). // Copyright (C) 2004 Damien McGinnes, Alistair Riddoch #include namespace Mercator { const float BasePoint::HEIGHT = 8.0; const float BasePoint::ROUGHNESS = 1.25; const float BasePoint::FALLOFF = 0.25; } //namespace Mercator