Changeset 387 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 16, 2012, 1:57:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r383 r387 58 58 // ---- test plugin read / write 59 59 //osgDB::writeObjectFile( *_distortionSet, "distortionset.dist" ); 60 _distortionSet = NULL;61 _distortionSet = dynamic_cast<osgViewer::DistortionSet*>( osgDB::readObjectFile( "distortionset.dist" ) );60 //_distortionSet = NULL; 61 //_distortionSet = dynamic_cast<osgViewer::DistortionSet*>( osgDB::readObjectFile( "distortionset.dist" ) ); 62 62 // ------------ Test ende ----------- 63 63
Note: See TracChangeset
for help on using the changeset viewer.