Re: [JAVA3D] Model Clip Error

2001-08-06 Thread Uma Sabada
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

Re: [JAVA3D] Model Clip Error

2001-08-06 Thread Tina Manoharan Valappil
> 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

Re: [JAVA3D] Model Clip Error

2001-08-04 Thread Nikolaos Abatzis
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

Re: [JAVA3D] Model Clip Error

2001-08-04 Thread Tina Manoharan Valappil
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

Re: [JAVA3D] Model Clip Error

2001-08-03 Thread Nikolaos Abatzis
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