Hi Ingo,

   If your mouse behaviors scheduling bounds use BoundingLeaf,
please make sure that the BoundingLeaf is attached to the scene
graph. In v1.1.x it works even though the BounindLeaf is not
attached to the scene graph but this bug is fixed in v1.2.

   Also the mouse utilities which handle behaviors is changed
to process only the last mouse event receive. This is because in
v1.2 AWT event are buffered and will not lost (unlike v1.1.x).
So there are a LOT more AWT event returns in processStimulus()
compare with v1.1.x
events = ((WakeupOnAWTEvent)wakeup).getAWTEvent();

  It would be slow to handle every events for mouse behaviors
so only the last one is handle.

Thanks.

- Kelvin

-------------
Java 3D Team
Sun Microsystems Inc.





>X-Authentication-Warning: oc30.uni-paderborn.de: ib set sender to
[EMAIL PROTECTED] using -f
>Date: Fri, 19 May 2000 11:53:43 +0200
>From: Ingo Brunberg <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Incredibly strange bug in Java3D 1.2 FCS
>To: [EMAIL PROTECTED]
>
>I found this bug too, when I tested my applet this morning with the 1.2
>FCS release. What happend to me was simply, that the mouse behaviors
>(rotate, zoom, translate) suddenly stopped working. I can't explain
>why.
>
>Regards,
>Ingo
>

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