Re: [JAVA3D] picking and invisible objects

2002-10-29 Thread Kelvin Chung
A. Murat Tanyer wrote: Hi, I have a small questions about picking: My scene contains many objects and I am making some of them invisible by turning the "setVisible()" method true and false. I also created my picking class and I can select objects by creating a PickRay. It shouldn't. Try upgra

Re: [JAVA3D] picking and invisible objects

2002-10-29 Thread Andreas Jerke
> Hi, > > I have a small questions about picking: > > My scene contains many objects and I am making some of them invisible by > turning the "setVisible()" method true and false. > > I also created my picking class and I can select objects by creating a > PickRay. > > However, the PickRay also sele

[JAVA3D] picking and invisible objects

2002-10-29 Thread A. Murat Tanyer
Hi, I have a small questions about picking: My scene contains many objects and I am making some of them invisible by turning the "setVisible()" method true and false. I also created my picking class and I can select objects by creating a PickRay. However, the PickRay also selects the objects th