diff --git a/src/osgPresentation/deprecated/SlideShowConstructor.cpp b/src/osgPresentation/deprecated/SlideShowConstructor.cpp index 6c20b6034..d00cf6fe1 100644 --- a/src/osgPresentation/deprecated/SlideShowConstructor.cpp +++ b/src/osgPresentation/deprecated/SlideShowConstructor.cpp @@ -2866,7 +2866,7 @@ void SlideShowConstructor::addVolume(const std::string& filename, const Position osg::ref_ptr srm = vs.valid() ? vs->getSampleRatioWhenMovingProperty() : 0; if (!volumeData.sampleRatioWhenMovingValue.empty()) { - srm = new osgVolume::SampleRatioWhenMovingProperty(0.5); + srm = new osgVolume::SampleRatioWhenMovingProperty(1.0); setUpVolumeScalarProperty(tile.get(), srm.get(), volumeData.sampleRatioWhenMovingValue); }