From 79e3b2fb859bb9aa144516a1acf71ac7d79608b0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 1 Apr 2004 15:00:22 +0000 Subject: [PATCH] Changed default cut of ratio to be smaller, to reduce the resolution of tiles selected. --- src/osgTerrain/DataSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgTerrain/DataSet.cpp b/src/osgTerrain/DataSet.cpp index 24d71c979..bc65c1e99 100644 --- a/src/osgTerrain/DataSet.cpp +++ b/src/osgTerrain/DataSet.cpp @@ -2503,7 +2503,7 @@ DataSet::DataSet() { init(); - _radiusToMaxVisibleDistanceRatio = 11.0f; + _radiusToMaxVisibleDistanceRatio = 7.0f; _verticalScale = 1.0f; _convertFromGeographicToGeocentric = false;