From d0aa593292a8f3219a10a054e6abf9f34fef0cc6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Jul 2004 12:14:52 +0000 Subject: [PATCH] Changed the default mipmapping mode to record the mipmaps in the images in the generated databases. --- 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 34357ace1..2ce28d3da 100644 --- a/src/osgTerrain/DataSet.cpp +++ b/src/osgTerrain/DataSet.cpp @@ -2873,7 +2873,7 @@ DataSet::DataSet() _geometryType = POLYGONAL; _textureType = COMPRESSED_TEXTURE; _maxAnisotropy = 1.0; - _mipMappingMode = MIP_MAPPING_HARDWARE; + _mipMappingMode = MIP_MAPPING_IMAGERY; _useLocalTileTransform = true;