I'm using the PickTranslateBehavior class to move vrml objects in my scene. I've got a floor/ceiling/walls vrml file and a table vrml file, and things on the table. I have set the capability for only the objects on the table to allow picking :
setCapability( TransformGroup.ENABLE_PICK_REPORTING ); I am able to use the right mouse button to move the objects around, but it is very difficult to find the correct place to click on for each object. If I take out the table and the floor/ceiling/walls from the scene then it becomes very easy to pick the object and move it around. Am I not setting things up correctly? Thanks Jason =========================================================================== 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".
