- Timestamp:
- Jan 7, 2011, 9:41:54 AM (14 years ago)
- 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.path1 osgVisual.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 486 486 487 487 /** 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. 489 489 */ 490 490 osg::ArgumentParser& arguments; -
osgVisual/src/core/visual_core.cpp
r156 r175 414 414 ///sky->addCloudLayer( 2, 100000, 100000, 600.0, 2351.0, 0.75, STRATUS ); 415 415 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 ); 417 417 418 418 //sky->setSlotPrecipitation( 1, 0.0, 0.0, 0.0, 25.0 );
Note: See TracChangeset
for help on using the changeset viewer.