@vitekvitek wrote:They have the same effect. setParent() can be used to set the parent to NULL if you want to remove a node from the scene graph temporarily. It calls addChild() if the parent you specified is a valid pointer, so setParent() is a tiny bit more expensive.
Thanks a lot!