Re: [JAVA3D] need help java3d code

2003-01-07 Thread Dave Smith
x27;s geometry, would it be sufficient to set the Switch mode to use B and then set it back, or will I see flickering between A & B? -DaveS - Original Message - From: "Yann Lemoigne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 9

Re: [JAVA3D] need help java3d code

2003-01-07 Thread Yann Lemoigne
o the PickTool.setCapabilities(xxx) on your object, and re-attach the branchgroup (but this branch musn't be compiled) -Message d'origine- De : Brobbey,Isaac (neuron) [mailto:[EMAIL PROTECTED]] Envoyé : mardi 7 janvier 2003 15:05 À : [EMAIL PROTECTED] Objet : [JAVA3D] need help java3d code i am g

Re: [JAVA3D] need help java3d code

2003-01-07 Thread John Wright
Isaac, Set your capabilities on your group BEFORE you call this (and take the capability setting out of this routine). - John Wright Starfire Research "Brobbey,Isaac (neuron)" wrote: > > i am getting an error when i try to make two or more displays by > repeatedly calling this method below: > >

[JAVA3D] need help java3d code

2003-01-07 Thread Brobbey,Isaac (neuron)
i am getting an error when i try to make two or more displays by repeatedly calling this method below: void enumKids(Group tg) { java.util.Enumeration enumKids = tg.getAllChildren(); while (enumKids.hasMoreElements()) { System.out.println("More element