Changeset 240 for osgVisual/trunk


Ignore:
Timestamp:
Feb 14, 2011, 8:38:47 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/bin/osgVisualConfig.xml

    r235 r240  
    8383        <precipitation rate_mmPerHour_rain="5.0" rate_mmPerHour_drySnow="7.0" rate_mmPerHour_wetSnow="10.0" rate_mmPerHour_sleet="0.0"></precipitation>
    8484      </cloudlayer>
    85       <cloudlayer slot="2" type="CUMULUS_MEDIOCRIS" enabled="no" fadetime="15">
     85      <!--<cloudlayer slot="2" type="CUMULUS_MEDIOCRIS" enabled="no" fadetime="15">
    8686        <geometry baselength="50000" basewidth="50000" thickness="1600" baseHeight="1000" density="0.07"></geometry>
    8787      </cloudlayer>
    88       <!--<cloudlayer slot="3" type="CIRRUS_FIBRATUS" enabled="yes" fadetime="15">
     88      <cloudlayer slot="3" type="CIRRUS_FIBRATUS" enabled="yes" fadetime="15">
    8989        <geometry baselength="5000000" basewidth="5000000" thickness="600" baseHeight="7351" density="0.2"></geometry>
    9090      </cloudlayer>-->
  • osgVisual/trunk/src/core/visual_core.cpp

    r235 r240  
    380380        testObj4->addUpdater( new object_updater(testObj4) );
    381381        testObj4->addLabel("testLabel", "Object4 :)",osg::Vec4(1.0f,0.25f,1.0f,1.0f));
    382         testObj4->setTrackingId(5);
     382        testObj4->setTrackingId(2);
    383383
    384384        //osg::ref_ptr<visual_object> testObj5 = new visual_object( rootNode, "SAENGER" );      // todo memleak
  • osgVisual/trunk/src/extLink/dataIO_extLinkVCL.cpp

    r221 r240  
    220220                        if( attr_name == "name" )
    221221                                entryName = reinterpret_cast<const char*>(attr->children->content);
    222                         //OSG_DEBUG << "Attribute name: " << attr->name << " value: " << attr->children->content << std::endl;
     222                        //OSG_ALWAYS << "Attribute name: " << attr->name << " value: " << attr->children->content << std::endl;
    223223                        attr = attr->next;
    224224                }
Note: See TracChangeset for help on using the changeset viewer.