ECTED]>
> Subject: Re: [JAVA3D] Model Clip Error
> To: [EMAIL PROTECTED]
>
> Hi,
>
> How do you detach the branchgroup. If you are using an index do you start
> > from 0, or do you use the right one?
> > Don't you have a variable for your branchgroup? You
> Hi Tina,
>
> Looking at your code , I think you get the exception from the removeScope
> call. When you initially do addScope you do it with object "objBg". Are you
> sure you initialiaze that object before your call to createModelClip?
Hi Nikolaos,
yes, I do initialize it. Act
ava 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Tina Manoharan Valappil
Sent: Saturday, August 04, 2001 9:06 AM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Model Clip Error
Hi,
How do you detach the branchgroup. If you are using an index do you start
> from 0, or do you use the right
Hi,
How do you detach the branchgroup. If you are using an index do you start
> from 0, or do you use the right one?
> Don't you have a variable for your branchgroup? You can then use
> myBranchGroup.detach() ;
this is what I am doing :
BranchGroup bg;
createModelClip(Bra
Hope this helps!
-Original Message-
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Tina Manoharan Valappil
Sent: Friday, August 03, 2001 8:24 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Model Clip Error
Hi All,
After I add an object to the scope o