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
===
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
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
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