Ignore:
Timestamp:
Feb 13, 2011, 7:25:16 PM (13 years ago)
Author:
Torben Dannhauer
Message:

Now the trackingID can be updated by the external Link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/core/visual_core.cpp

    r233 r234  
    215215                                                std::string attr_value=reinterpret_cast<const char*>(attr->children->content);
    216216                                                if( attr_name == "id" ) manipulators->trackNode( util::strToInt(attr_value) );
    217 
    218 
     217                                                if( attr_name == "updater_slot" ) manipulators->setTrackingIdUpdaterSlot(attr_value);
    219218                                                attr = attr->next;
    220219                                        }
Note: See TracChangeset for help on using the changeset viewer.