Ignore:
Timestamp:
08/24/10 14:51:47 (21 months ago)
Author:
ddangelo
Message:

getAbsoluteTransform function now accepts a second parameter which is the node to stop the traversal. This is useful in case you do not want to traverse the scenegraph up to its root node. Also added a function to query the maximal texture size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/include/avango/osg/Node.h

    r428 r514  
    9090       * to call evaluate on all nodes on the traversal to the root node. 
    9191       */ 
    92       ::osg::Matrix getAbsoluteTransform(av::FieldContainer* caller = 0) const; 
     92      ::osg::Matrix getAbsoluteTransform(av::FieldContainer* caller = 0, av::osg::Node * haltTraversalAtNode = 0) const; 
    9393 
    9494    protected: 
Note: See TracChangeset for help on using the changeset viewer.