The problem was that applied the updatecallback directly to the node. Now I make a MatrixTransform object and I add the node as a child. Then I apply the updatecallback over the MatrixTransform object and now it works.
------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=27319#27319 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

