Changeset 327
- Timestamp:
- Feb 29, 2012, 10:35:44 PM (13 years ago)
- Location:
- experimental/distortionNG
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/extViewer.cpp
r326 r327 115 115 } 116 116 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); 118 118 119 119 // distortion correction set up. -
experimental/distortionNG/main.cpp
r325 r327 107 107 } 108 108 } 109 else 110 viewer.setSceneData( rootnode ); 109 viewer.setSceneData( rootnode ); 111 110 112 111 //osg::ref_ptr<osg::Geode> geode = new osg::Geode;
Note: See TracChangeset
for help on using the changeset viewer.