A mouse behavior that allows user to pick and zoom scene graph objects.
Common usage: 1. Create your scene graph. 2. Create this behavior with
the root and canvas. See PickRotateBehavior for more details.
Creates a pick/zoom behavior that waits for user mouse events for
the scene graph.
Parameters: root - Root of your scene graph. Parameters: canvas - Java 3D drawing canvas. Parameters: bounds - Bounds of your scene.
Creates a pick/zoom behavior that waits for user mouse events for
the scene graph.
Parameters: root - Root of your scene graph. Parameters: canvas - Java 3D drawing canvas. Parameters: bounds - Bounds of your scene. Parameters: pickMode - specifys PickTool.PICK_BOUNDS or PickTool.PICK_GEOMETRY. See Also:PickTool.setMode
Update the scene to manipulate any nodes. This is not meant to be
called by users. Behavior automatically calls this. You can call
this only if you know what you are doing.
Parameters: xpos - Current mouse X pos. Parameters: ypos - Current mouse Y pos.
Fields inherited from com.sun.j3d.utils.pickfast.behaviors.PickMouseBehavior