Changed the default mipmapping mode to record the mipmaps in the

images in the generated databases.
This commit is contained in:
Robert Osfield
2004-07-06 12:14:52 +00:00
parent 89a4dcbbd3
commit d0aa593292

View File

@@ -2873,7 +2873,7 @@ DataSet::DataSet()
_geometryType = POLYGONAL;
_textureType = COMPRESSED_TEXTURE;
_maxAnisotropy = 1.0;
_mipMappingMode = MIP_MAPPING_HARDWARE;
_mipMappingMode = MIP_MAPPING_IMAGERY;
_useLocalTileTransform = true;