Ignore:
Timestamp:
08/25/10 12:36:02 (21 months ago)
Author:
ddangelo
Message:

getAbsoluteTransform calculation function splitted into two functions. The old one always traverses up to the root node, and the added one stops at a given node. The default parameters introduced in commit 514 caused some problems with function overloading in boost::python.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/python/avango/osg/OSGNode.cpp

    r482 r515  
    7272  .def("get_bounding_sphere", &av::osg::Node::getBoundingSphere) 
    7373  .def("get_absolute_transform", &av::osg::Node::getAbsoluteTransform) 
     74  .def("get_absolute_transform_halt_at_node", &av::osg::Node::getAbsoluteTransformHaltAtNode) 
    7475  ; 
    7576 
Note: See TracChangeset for help on using the changeset viewer.