At 21:03 23.08.00 , you wrote:
>
>ive just created a behavior class for keyboard navigation and unlike the
>j3d keyboard navigation class my navigation isnt smooth, when for example
>i go forward the navigation goes block by block.. any ideas anyone ?

Just a guess - are you holding the key down long enough for it to repeat?
I suspect you will need to "debounce" your keyboard, i.e. register the first
keyDown and the last keyUp and ignore all the silliness in between. All those
commands in mid-frame would probably confuse the heck out of your GUI.

Hth,

-Carl-

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