Changeset 58 for osgVisual/src


Ignore:
Timestamp:
May 30, 2010, 3:17:44 PM (14 years ago)
Author:
Torben Dannhauer
Message:

added support cluster implementation via Boost ASIO TCP iostreams.

Status: Skeleton, ready to implement.

Minor: changed Silverlining default clouds.

Location:
osgVisual/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/core/visual_core.cpp

    r57 r58  
    172172        else
    173173        {
    174         OSG_NOTIFY( osg::FATAL ) << arguments_.getApplicationName() <<"Load terrain: No data loaded" << std::endl;
     174        OSG_NOTIFY( osg::FATAL ) << "Load terrain: No data loaded" << std::endl;
    175175        return false;
    176176    }   
  • osgVisual/src/dataIO/visual_dataIO.cpp

    r31 r58  
    7171                cluster = new dataIO_clusterDummy();
    7272        #endif
     73        #ifdef USE_CLUSTER_ASIO_TCP_IOSTREAM
     74                cluster = new dataIO_clusterAsioTcpIostream();
     75        #endif
    7376        #ifdef USE_CLUSTER_UDP
    7477                cluster = new dataIO_clusterUDP();
  • osgVisual/src/sky_Silverlining/visual_skySilverLining.cpp

    r57 r58  
    316316        //addCloudLayer( 0, 5000000, 5000000, 600.0, 7351.0, 0.2, CIRRUS_FIBRATUS );
    317317        //addCloudLayer( 0, 50000, 50000, 600.0, 7351.0, 0.2, CIRROCUMULUS );
    318         //addCloudLayer( 1, 8000, 10000, 3000, 2000.0, 0.01, CUMULONIMBUS_CAPPILATUS );
    319         addCloudLayer( 1, 200000, 200000, 3000, 2000.0, 0.05, CUMULUS_CONGESTUS );
     318        addCloudLayer( 1, 8000, 10000, 3000, 2000.0, 0.01, CUMULONIMBUS_CAPPILATUS );
     319        //addCloudLayer( 1, 200000, 200000, 3000, 2000.0, 0.05, CUMULUS_CONGESTUS );
    320320        //addCloudLayer( 1, 500000, 500000, 15000, 2000.0, 0.6, STRATUS );
    321321        //cloudLayerSlots[1].cloudLayerPointer->SetPrecipitation(SilverLining::CloudLayer::RAIN, 15.0 );
Note: See TracChangeset for help on using the changeset viewer.