Changeset 70 for osgVisual/src/distortion
- Timestamp:
- Jul 20, 2010, 9:24:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/distortion/visual_distortion.cpp
r31 r70 162 162 { 163 163 // Copy Main Camera's matrixes to the PRE_RENDER Camera. 164 std::cout << "distortion updatecallback" << std::endl; 164 165 sceneCamera->setViewMatrix( viewer->getCamera()->getViewMatrix() ); 165 166 sceneCamera->setProjectionMatrix( viewer->getCamera()->getProjectionMatrix() );
Note: See TracChangeset
for help on using the changeset viewer.