I get a "CapabilityNotSetException: Group: no capability to detach
BranchGroup" when I attempt removeChildren() on a live TransformGroup.
I created this transform group like this:

  TransformGroup tg = new TransformGroup();
  ...
  tg.setCapability(TransformGroup.ALLOW_CHILDREN_READ);
  tg.setCapability(TransformGroup.ALLOW_CHILDREN_WRITE);
  tg.setCapability(TransformGroup.ALLOW_CHILDREN_EXTEND);

but apparently these are not the capabilities I need to delete a
BranchGroup child from tg.  I have not been able to find any other
capability I could set to fix this.  How can I get this to work?

Thanks!

KJ

===========================================================================
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