<div dir="ltr"><div><div><div>Hi Alvaro,<br><br></div>In principle doing an Group::addChild(nodePtr) followed later by a Group::removeChild(nodePtr) should remove it from the scene graph, so it "should" work.<br><br></div>What you implementation is doing wrong is not something we can guess at given the information provided.  Something, somewhere in your appliction is doing things wrong, but as we don't have a code sample if front of us there is nothing we can do to help.<br><br></div><div>Try creating a small example that does something like what you are doing, but just focused on the sequence of operations { addChild(), rendering, removeChild(), rendering } to illustrate what you are intending to happen.  There is chance you'll spot your mistake when writing this small example, or if the problem persist you can post it to this thread so others can have a look at it.<br></div><div><br></div>Robert.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 22 October 2015 at 12:52, Alvaro Ginestar <span dir="ltr"><<a href="mailto:alvaroginestar@hotmail.com" target="_blank">alvaroginestar@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr"><div>hi everyone!!</div><div>i try remove a sphere, with "removechild" it doesn't work.</div><div>i use root->addChild(vector[x]); for to add the sphere in a node root and then i try to remove with root->removeChild(vector[x]);</div><div>In the scene is draw a sphere, but it doesn't remove the sphere.</div><div>someone know I'm doing wrong?</div>                                    </div></div>
<br>_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
<br></blockquote></div><br></div>