>MIME-Version: 1.0
>Content-Transfer-Encoding: 7bit
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
>Date: Wed, 1 Nov 2000 11:53:15 -0500
>From: Fred Klingener <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Consistent rendering timing concurrent with
complexcalculation.
>To: [EMAIL PROTECTED]
>
>> Because Java3D guarantees that rendering is halted during
>> execution of a behavior's processStimulus() method we can
>> guarantee that (a) the computation thread gets put in the run
>> queue next and (b) that the rendering thread waits until it is
>> signalled that computation has completed before rendering
>> a new frame.
>
>I wonder. Does this mean that rendering waits until _all_ Behaviors
>triggered by a PostID from a processStimulus() run to completion? Does
>anyone know?
>
In current implementaton (v1.2), rendering thread and behavior thread
can run concurrently.
- Kelvin
------------------
Java 3D Team
Sun Microsystems Inc.
===========================================================================
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".