Hi Dusten, El Jueves 04 Diciembre 2008ES 23:15:51 Dusten Sobotta escribió: > By executing "removeChild( ptr )", it only removes the most recent > addition.
You could call that function until it returns false (no more copies left):
while(group->removeChild(ptr)){}
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

