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();
pg.addChild( buildFrontPanel() );
pg.setPickable( true );
return pg;
}
protected Shape3D buildFrontPanel() {
:
part.getGeometry().setCapability( Geometry.ALLOW_INTERSECT );
part.setPickable( true );
return part;
}
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).
BTW, I am unable to access j3d.org.
I appreciate the feedback.
Kovalan
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".