Changeset 175 for osgVisual


Ignore:
Timestamp:
Jan 7, 2011, 9:41:54 AM (13 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/bin/visual_master.bat

    r130 r175  
    1 osgVisual.exe -C center -m --window 950 50 600 350 D:/OpenSceneGraph/VPB-Testdatensatz/DB_Small/database.ive -p salzburg.path
     1osgVisual.exe -c osgVisualconfig.xml -C center --window 950 50 600 350 J:\BRD1m_MUC0.25m_srtmEU_BM\terrain.ive -p salzburg.path
  • osgVisual/include/distortion/visual_distortion.h

    r157 r175  
    486486
    487487        /**
    488          * Reference to the global ArgumentParser.
     488         * Reference to the global ArgumentParser. The arguments are required to add the help entry for the toggle distortion key. All other configuration is located in the XML file.
    489489         */
    490490        osg::ArgumentParser& arguments;
  • osgVisual/src/core/visual_core.cpp

    r156 r175  
    414414        ///sky->addCloudLayer( 2, 100000, 100000, 600.0, 2351.0, 0.75, STRATUS );
    415415        sky->addCloudLayer( 3, 50000, 50000, 1300.0, 700.0, 0.07, CUMULUS_CONGESTUS );
    416         //sky->addCloudLayer( 1, 100000, 100000, 3500.0, 2000.0, 0.50, STRATOCUMULUS );
     416        //sky->addCloudLayer( 1, 100000, 100000, 3500.0, 2000.0, 0.30, STRATOCUMULUS );
    417417
    418418        //sky->setSlotPrecipitation( 1, 0.0, 0.0, 0.0, 25.0 );
Note: See TracChangeset for help on using the changeset viewer.