Changeset 72


Ignore:
Timestamp:
Jul 20, 2010, 9:54:16 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/cluster/dataIO_clusterENet.cpp

    r70 r72  
    165165        {
    166166                //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;
    168168
    169169                // Unserialize data
     
    181181                                        // Restore Viewmatrix / Projectionmatrix 
    182182                                        viewer->getCamera()->setViewMatrix(sendContainer->getViewMatrix());
    183                                         //viewer->getCamera()->setProjectionMatrix(sendContainer->getProjectionMatrix());
     183                                        viewer->getCamera()->setProjectionMatrix(sendContainer->getProjectionMatrix());
    184184                                }
    185185                                else
  • osgVisual/src/core/visual_core.cpp

    r71 r72  
    7878        OSG_NOTIFY( osg::ALWAYS ) << "Using Sky without distortion." << std::endl;
    7979        sky = new visual_skySilverLining( viewer );
    80         sky->init(distortedSceneGraph, rootNode);
     80        sky->init(distortedSceneGraph, rootNode);       // Without distortedSceneGraph=NULL
    8181#endif
    8282
Note: See TracChangeset for help on using the changeset viewer.