Re: [JAVA3D] How to pick geometry on PlatformGeometry...

2001-04-20 Thread Artur Biesiadowski
Kovalan Muniandy wrote: > I am using JDK1.3 with J3d 1.2.1 Beta 2 and have no problem picking things > in my "scene" (those not in dashboard). And where have you added the picking behaviour ? If only to scene, try to add it to PlatformGeometry instead and see if it will work. Artur ===

Re: [JAVA3D] How to pick geometry on PlatformGeometry...

2001-04-20 Thread Kovalan Muniandy
Hi Justin, > Have you called setPickable(true) on your dash geometry as you are > creating it? That's the most common cause for something being not > pickable. I am doing the following: protected PlatformGeometry buildDashboard() { PlatformGeometry pg = new PlatformGeometry(); p

Re: [JAVA3D] How to pick geometry on PlatformGeometry...

2001-04-19 Thread Justin Couch
Kovalan Muniandy wrote: > Recently I added objects to PlatformGeometry but unable to pick them. I am > able to pick geometries in my scene but the same methods don't seem to > apply to picking a geometry in PlatformGeometry. Any ideas? Any tip/sample > of PlatformGeometry usage would be useful as

[JAVA3D] How to pick geometry on PlatformGeometry...

2001-04-19 Thread Kovalan Muniandy
Hi there, Recently I added objects to PlatformGeometry but unable to pick them. I am able to pick geometries in my scene but the same methods don't seem to apply to picking a geometry in PlatformGeometry. Any ideas? Any tip/sample of PlatformGeometry usage would be useful as well. Thanks, Koval