hi all
I've tried to make a java3d program with key
behavior.
When arbitrary key pressed, 3D object rotate 5
degree.
So, I used the Robot class, this is a role to generate key
event, to make 10-time key event(press).
But the 3D object directly rotated from 0 degree to
50 degree without intermediating step.
I wish to make smoothe movement using key event.
What shall i do for this?
please, give me some advice...
thanks
|