Show
Ignore:
Timestamp:
04/16/08 02:25:04 (8 months ago)
Author:
vossg
Message:

changed: merge manipulator changes from carsten
added : *RefPtr? typedef
fixed : use recorded ref counts for global mats

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Contrib/Manipulators/OSGManipulatorManager.cpp

    r784 r1168  
    5151// wenn der ManipulatorManager sich den Node merken wuerde!?! 
    5252 
    53 NodePtr ManipulatorManager::createManipulator(const ManipulatorType type) 
     53NodeTransitPtr ManipulatorManager::createManipulator(const ManipulatorType type) 
    5454{ 
    55     NodePtr maniN = Node::create(); 
     55    NodeTransitPtr maniN = Node::create(); 
    5656     
    5757    switch (type) 
     
    8383        if ( ! _maniC->getParents().empty() ) 
    8484        { 
    85             NodePtr maniN = dynamic_cast<NodePtr>(_maniC->getParents()[0].getCPtr()); 
     85            NodePtr maniN = dynamic_cast<NodePtr>(_maniC->getParents()[0]); 
    8686 
    8787            _maniC = NullFC;