Hi all

I insert a branchgroup into the graph like this :

public void indsertBall(Ball ball){
    this.ball= ball;
    tgBall.addChild(this.ball);
    }


What I want to do is to remove ball again from within a behavior, that
shoots the ball.



But how can I remove from the graph at runtime  ?

thnaks in advance


Allan Bredahl

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to