Changeset 240 for osgVisual/trunk/src
- Timestamp:
- Feb 14, 2011, 8:38:47 PM (14 years ago)
- Location:
- osgVisual/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.