Changeset 240 for osgVisual/trunk/src


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

Legend:

Unmodified
Added
Removed
  • 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.