No. But it's easy to write your own PickxxxBehavior class. If only needs to
change the factor write
the same as the PickxxxBehavior.java and change the "drag" variable:

public class MyPickRotateBehavior extends PickMouseBehavior implements
MouseBehaviorCallback {
    :
    // the same code
    :
    public MyPickRotateBehavior(BranchGroup root, Canvas3D canvas, Bounds
bounds) {
        :
        drag  = new MouseRotate(MouseRotate.MANUAL_WAKEUP);
        drag.setFactor(xfactor, yfactor);
        :
    }
}



> hi, is there any way of changing the factor o translating, rotating... when
> I use the PickRotateBehavior, PickTranslateBehavior...??
> With MouseBehavior you can do this, but I need PickxxxxBehavior and I can't
> find any method.
>
> Please, help,
> Thank you
>
> Javi
>
> ===========================================================================
> 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".

===========================================================================
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".

Reply via email to