Andreea Francu schrieb:
[...]
> BranchGroup parameter. The problem appears when I try to add more
> than one
> vrml objects. Then I get the following exception:
[...]
What do you mean by 'vrml object'? (BranchGroup?)
Where do you get this from? (geometry loader?)

If you mean a BranchGroup object then you have to detach the
old BranchGroup first.
Note that this will only work if you allow detaching for the
BranchGroup object. You have to call

branchgroup.setCapability(BranchGroup.ALLOW_DETACH);

where the BranchGroup object is created.

Greetings, Markus Neifer
--
Please reply in list and not in email.
"Luke! I'm your father!" (Darth Vader)

Reply via email to