Hi François, The camera manipulators just control the viewers view matrix, they don't affect anything in the scene graph at all, so they never actually move the nodes, just the camera's view of those nodes.
If you want to move nodes in the scene then have a look at osgManipulator library, add the associated osgmanipulator example. Robert. On Sun, Oct 3, 2010 at 8:29 AM, François Bodic <[email protected]> wrote: > Hi, > > I'm trying to keep nodes fixed in my scene while I'm using a trackball > manipulator. Actually, I want to be able to move some nodes in a different > way that the whole scene. Is it possible easily? > > Thank you by advance! > > Cheers, > François > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=32319#32319 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

