- Timestamp:
- Jul 20, 2010, 9:54:16 PM (14 years ago)
- Location:
- osgVisual/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/cluster/dataIO_clusterENet.cpp
r70 r72 165 165 { 166 166 //OSG_NOTIFY( osg::ALWAYS ) << "dataIO_clusterENet::readTO_OBJvaluesFromMaster() - Bytes received: " << bytes_received << std::endl; 167 //OSG_NOTIFY( osg::ALWAYS ) << "Received: " << std::endl << receivedTransportContainer << std::endl;167 OSG_NOTIFY( osg::ALWAYS ) << "Received: " << std::endl << receivedTransportContainer << std::endl; 168 168 169 169 // Unserialize data … … 181 181 // Restore Viewmatrix / Projectionmatrix 182 182 viewer->getCamera()->setViewMatrix(sendContainer->getViewMatrix()); 183 //viewer->getCamera()->setProjectionMatrix(sendContainer->getProjectionMatrix());183 viewer->getCamera()->setProjectionMatrix(sendContainer->getProjectionMatrix()); 184 184 } 185 185 else -
osgVisual/src/core/visual_core.cpp
r71 r72 78 78 OSG_NOTIFY( osg::ALWAYS ) << "Using Sky without distortion." << std::endl; 79 79 sky = new visual_skySilverLining( viewer ); 80 sky->init(distortedSceneGraph, rootNode); 80 sky->init(distortedSceneGraph, rootNode); // Without distortedSceneGraph=NULL 81 81 #endif 82 82
Note: See TracChangeset
for help on using the changeset viewer.