Re: [JAVA3D] help on picking

2000-03-20 Thread Carlos Proal
>From: Julian <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] help on picking >Date: Mon, 20 Mar 2000 21:12:05 +0100 > >hi carlos, > > >> i have made a try extending Mo

Re: [JAVA3D] help on picking

2000-03-20 Thread Julian
hi carlos, >> i have made a try extending Mouse Behavior but my example fails and i dont >> know why, debugging i can pick the branches but no the spheres this is >> because brach extends shape3d and sphere extends primitive ?? try specifying ENABLE_GEOMETRY_PICKING when creating the sphere. i

[JAVA3D] help on picking

2000-03-20 Thread Carlos Proal
hi everybody im developing a tree [1] and i want to be able to expand the nodes (spheres) with a user click, similar to directories tree on most OS. i have made a try extending Mouse Behavior but my example fails and i dont know why, debugging i can pick the branches but no the spheres this is b