Ignore:
Timestamp:
Jan 27, 2011, 9:31:58 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/object/visual_object.cpp

    r208 r209  
    362362        }
    363363
    364         //if(updater.valid())
    365         //{
    366  //             object->addUpdater( updater ); 
    367         //      std::string updater_lat="", updater_lon="", updater_alt="", updater_rot_x="", updater_rot_y="", updater_rot_z="", updater_label="";
    368         //}
    369 
    370 
    371        
     364        if(updater.valid())
     365        {
     366                updater->setUpdaterSlotNames( object, updater_lat, updater_lon, updater_alt, updater_rot_x, updater_rot_y, updater_rot_z, updater_label);
     367        }
     368
    372369        OSG_NOTIFY( osg::ALWAYS ) << "Done." << std::endl;
    373370        return object;
Note: See TracChangeset for help on using the changeset viewer.