Hi,

Its most likely that you node is placed in the top most group somehow,
as removing any node will remove all its children, and this applies to
osgFX::Scribe.

Take another look at the scene graph before and after the Scribe
removal using osgDB::writeNodeFile()

Robert.

On 7/4/06, osg user <[EMAIL PROTECTED]> wrote:
Hi,
  There is an interesting behaviour that I couldnt
understand. I have a node structure like below

osg::group
    osgFx::Scribe
       osg::Node

When I remove the osgFX::Scribe from the hierarchy,
osg:Node becomes invisible. But I use a visiter and
see that its already there. Also I save it to a OSG
file, again it is in the osg file... But it is not
visible on the screen after I remove it. Do I need to
call

osg::Group::DirtyBound() event or something else ?

Thanks alot


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to