On 8/29/07, Carsten Scharfe <[EMAIL PROTECTED]> wrote: > hi robert, > > thanx for your answer. it helped me out. > but how do i accumulate the matrix efficiently?
In include/osg/Transform you'll find computeWorldToLocal(NodePath) method, or go to the node in question and use the getWorldMatrices() method - note this might pass back multiple matrices as the OSG supports nodes with multiple parents. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

