From 5f74fdc32676bc1735162010ca3f328bacd8b8d8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 13 Aug 2014 09:24:38 +0000 Subject: [PATCH] Resert default value to 1.0 git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14408 16af8721-9629-0410-8352-f15c8da7e697 --- src/osgPresentation/deprecated/SlideShowConstructor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }