Ignore:
Timestamp:
Apr 21, 2012, 4:53:52 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionManipulator.cpp

    r349 r350  
    141141
    142142
    143                                 OSG_ALWAYS<<"KEY_KP_7 : activeVisualizationMode is now "<<activeVisualizationMode<<std::endl;
     143                                OSG_ALWAYS<<"KEY_KP_7 : activeVisualizationMode is now "<<activeVisualizationMode<<std::endl<<std::endl;
    144144                                return(true);
    145145                        }
     
    225225{
    226226                OSG_ALWAYS<<"ToDo: showIntensityMap(bool) is now "<<show<<std::endl;
    227 }
     227
     228                if(_distortionSet.valid())
     229                        _distortionSet->setShowIntensityMapOnly(show);
     230}
Note: See TracChangeset for help on using the changeset viewer.