Ignore:
Timestamp:
Feb 29, 2012, 10:35:44 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
experimental/distortionNG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/extViewer.cpp

    r326 r327  
    115115    }
    116116
    117         getCamera()->setProjectionMatrixAsPerspective(90.0f, (float)tex_width/(float)tex_height, 1, 1000.0);
     117        //getCamera()->setProjectionMatrixAsPerspective(90.0f, (float)tex_width/(float)tex_height, 1, 1000.0);
    118118
    119119    // distortion correction set up.
  • experimental/distortionNG/main.cpp

    r325 r327  
    107107                }
    108108    }
    109                 else
    110                         viewer.setSceneData( rootnode );
     109        viewer.setSceneData( rootnode );
    111110
    112111        //osg::ref_ptr<osg::Geode> geode = new osg::Geode;
Note: See TracChangeset for help on using the changeset viewer.