Changeset 240
- Timestamp:
- Feb 14, 2011, 8:38:47 PM (14 years ago)
- Location:
- osgVisual/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/bin/osgVisualConfig.xml
r235 r240 83 83 <precipitation rate_mmPerHour_rain="5.0" rate_mmPerHour_drySnow="7.0" rate_mmPerHour_wetSnow="10.0" rate_mmPerHour_sleet="0.0"></precipitation> 84 84 </cloudlayer> 85 < cloudlayer slot="2" type="CUMULUS_MEDIOCRIS" enabled="no" fadetime="15">85 <!--<cloudlayer slot="2" type="CUMULUS_MEDIOCRIS" enabled="no" fadetime="15"> 86 86 <geometry baselength="50000" basewidth="50000" thickness="1600" baseHeight="1000" density="0.07"></geometry> 87 87 </cloudlayer> 88 < !--<cloudlayer slot="3" type="CIRRUS_FIBRATUS" enabled="yes" fadetime="15">88 <cloudlayer slot="3" type="CIRRUS_FIBRATUS" enabled="yes" fadetime="15"> 89 89 <geometry baselength="5000000" basewidth="5000000" thickness="600" baseHeight="7351" density="0.2"></geometry> 90 90 </cloudlayer>--> -
osgVisual/trunk/src/core/visual_core.cpp
r235 r240 380 380 testObj4->addUpdater( new object_updater(testObj4) ); 381 381 testObj4->addLabel("testLabel", "Object4 :)",osg::Vec4(1.0f,0.25f,1.0f,1.0f)); 382 testObj4->setTrackingId( 5);382 testObj4->setTrackingId(2); 383 383 384 384 //osg::ref_ptr<visual_object> testObj5 = new visual_object( rootNode, "SAENGER" ); // todo memleak -
osgVisual/trunk/src/extLink/dataIO_extLinkVCL.cpp
r221 r240 220 220 if( attr_name == "name" ) 221 221 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; 223 223 attr = attr->next; 224 224 }
Note: See TracChangeset
for help on using the changeset viewer.