Ignore:
Timestamp:
Jun 1, 2012, 6:11:26 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/main.cpp

    r369 r370  
    5858// ---- test plugin read / write
    5959
    60         //osgDB::writeObjectFile( *_distortionSet, "testcont.dist" );
     60        //osgDB::writeObjectFile( *_distortionSet, "distortionset.dist" );
    6161        _distortionSet = NULL;
    62         _distortionSet = dynamic_cast<osgViewer::DistortionSet*>( osgDB::readObjectFile( "testcont.dist" ) );
     62        _distortionSet = dynamic_cast<osgViewer::DistortionSet*>( osgDB::readObjectFile( "distortionset.dist" ) );
    6363               
    6464
     
    164164 *                                                                                                                                                                      Ensures the Coordinates are normalized before saving the container.
    165165 *                                                                              Load:
    166  *                                                                              * use serializer to load container
     166 *                                                      [done]          * use ReaderWriterOSG2 to load container
    167167 *                                                                              * invoke osgViewer::setUpViewForManualDistortion(distSet, screenNum, projectorMatrix) to set up distortion
    168168 *                                                                              Save:
    169169 *                                                                              * check if container is normalized. if not, copy and normalize container
    170  *                                                                              * use serializer to save container
     170 *                                                      [done]          * use ReaderWriterOSG2 to save container
    171171 * 
    172172 *
Note: See TracChangeset for help on using the changeset viewer.