Hi
I wanna programm a helicopter-simulator controlled by joystick. For the joystick, I use te JXInput package (www.hardcode.de) which returns me a value between -1 and 1 for each axis, depending on where the stick is.
Now, I’m not sure what to use: Behavior or Listener. And how can I implement translations/rotations using the Alpha/Interpolator-Classes together with this -1 to 1 -value ?
Really thanks for help !
Flavio