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

PickTestGeometry.java

Reply via email to