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

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/main.cpp

    r370 r371  
    5757
    5858// ---- test plugin read / write
    59 
    6059        //osgDB::writeObjectFile( *_distortionSet, "distortionset.dist" );
    6160        _distortionSet = NULL;
    6261        _distortionSet = dynamic_cast<osgViewer::DistortionSet*>( osgDB::readObjectFile( "distortionset.dist" ) );
    63                
    64 
    6562// ------------ Test ende -----------
    6663
     
    198195 *                                                                              Grundfunktionen:
    199196 *                                                      [done]          - Key to Show Distortion Mesh / Intensity Map / none
    200  *                                                                              - Key to Save distortion Container  - via osgDB::writeObjectFile(const osg::Object& object, const std::string& filename, const Options* options). osgDB & registry determines and loads the approriate plugin bythe file ending (.dist).
    201  *                                                      [.]             - Key to toggle MANUAL mode between blending und distortion setup
     197 *                                                      [done]          - Key to Save distortion Container  - via osgDB::writeObjectFile(const osg::Object& object, const std::string& filename, const Options* options). osgDB & registry determines and loads the approriate plugin bythe file ending (.dist).
     198 *                                                      [.]                     - Key to toggle MANUAL mode between blending und distortion setup
    202199 *                                                      [done]          - Key to toggle distortion setup:
    203200 *                                                                                              DISABLED distortion/blending modifications are forbidden (ggfs. beim Verlassen von DISABLED ggf. auf singleThreaded wechseln und beim aktivieren von DISABLED wieder auf das alte threadingmodel. Alternativ  die data variance des meshes/Blendmap beeinflussen)
     
    221218 *
    222219 * Plugin fertigstellen
    223  * save funktion des manipulators via osgDB::writeObjectFile fertig stellen
    224220 * extViewer::setUpViewForManualDistortion(std::string distFile)
    225221 * Load Funktion vom osgViewer (ersatzweise Anfangs in der main.cpp) fertigstellen : -dist <distFile> weiterreichen and extViewer::setUpViewForManualDistortion(std::string distFile)
Note: See TracChangeset for help on using the changeset viewer.