Seems to work just fine on my machine. Are you using the right mouse
button?
-----Original Message-----
From: Ching Lai [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 1:06 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] pickTranslateBehavior seems to broke on Java3d 1.2
release
Does any one have any luck to get pickTranslateBehavior work
on Java3D 1.2 release? It used to work OK on Java3D 1.1.3
release. I have modified the example program PickTest of
Java3D release from 1.1.3 to 1.2 by changing import statement
//import com.sun.j3d.utils.behaviors.picking.*;
import com.sun.j3d.utils.picking.behaviors.*;
After the modification, the program no longer works - you
cannot pick individual object and move it.
Attached the modification of PickTestGeometry.java file for
Java3d 1.2 release. I am running on NT4.0 with JDK1.2.2 release.
Ching
===========================================================================
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".