Hi Fred,

>> ...
>>     InputDevice.NON_BLOCKING mode:
>>     ------------------------------
>>
>>     A timer thread in Java3D will trigger an event to the
>>     InputDeviceScheduler thread every 5ms to read input from device.
>>     This sampling rate (default 5ms) can be changed using the
>>     property -Dj3d.deviceSampleTime when java startup.
>
>OS dependency on this one?
>

We use JDK call

  wait(samplingTime);

in TimerThread.

So it is up to the JDK to handle it.

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

Reply via email to