It doesn't work BECAUSE you changed the import statement. All of the behaviors are still located in the same path/package. Leave that import statement alone. At 10:06 AM 06/29/2000 -0700, you wrote: >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 *********************************************************************** Eric Reiss - http://www.sigda.acm.org/Eric/ Email: [EMAIL PROTECTED] SIGDA Internet Server Manager - http://www.sigda.acm.org/ Assistant Systems Manager - School of Engineering University of Pittsburgh *********************************************************************** =========================================================================== 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".
