Changeset 3292
- Timestamp:
- 08/17/04 08:15:54 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgTerrain/DataSet.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgTerrain/DataSet.cpp
r3274 r3292 1978 1978 if (mipmapImageSupported && _dataSet->getMipMappingMode()==DataSet::MIP_MAPPING_IMAGERY) 1979 1979 { 1980 image->computeMipMaps();1980 osg::notify(osg::NOTICE)<<"Non compressress mipmapped not yet supported yet"<<std::endl; 1981 1981 } 1982 1982 }
