Ignore:
Timestamp:
Jun 14, 2012, 9:34:49 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionManipulator.cpp

    r373 r379  
    256256                        if ( activeSetupMode == DELEGATED && _delegatedDistortionSetupStrategy.valid())
    257257                        {
    258                                 OSG_ALWAYS<<"Calling delegated class.."<<std::endl;
     258                                //OSG_ALWAYS<<"Calling delegated class.."<<std::endl;
    259259                                _delegatedDistortionSetupStrategy->delegateDistortionSetup(_distortionSet);
    260                                 // ToDo :: nach dem der distortioncontainer von der strategy aktualisiert wurde muss nun noch der container noch angewendet werden.
    261                                 OSG_ALWAYS<<"..done"<<std::endl;
     260                                if( _distortionSet->isDirty() )
     261                                {
     262                                        // todo: transfer matrixes into viewer camera.
     263                                }
     264                                //OSG_ALWAYS<<"..done"<<std::endl;
    262265                        }
    263266                        break;
Note: See TracChangeset for help on using the changeset viewer.